Changeset 26 in dev for BasicCompiler64


Ignore:
Timestamp:
Jan 7, 2007, 4:12:53 AM (17 years ago)
Author:
dai_9181
Message:

実体オブジェクトを戻り値に持つ静的メソッドをクラス内から呼び出すと「パラメータが異なる」というエラーが出るバグを修正。
Exceptionに関するファイルを追加。

Location:
BasicCompiler64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/BasicCompiler.vcproj

    r15 r26  
    15221522                    </File>
    15231523                </Filter>
     1524                <Filter
     1525                    Name="Exception"
     1526                    >
     1527                    <File
     1528                        RelativePath="..\BasicCompiler_Common\Exception.cpp"
     1529                        >
     1530                    </File>
     1531                    <File
     1532                        RelativePath="..\BasicCompiler_Common\Exception.h"
     1533                        >
     1534                    </File>
     1535                </Filter>
    15241536            </Filter>
    15251537        </Filter>
  • BasicCompiler64/Compile_CallProc.cpp

    r20 r26  
    283283                return -1;
    284284            }
     285
     286            //静的メンバ
     287            bStatic=1;
    285288        }
    286289
Note: See TracChangeset for help on using the changeset viewer.