Changeset 68 in dev for BasicCompiler32/Compile_Object.cpp


Ignore:
Timestamp:
Mar 12, 2007, 4:04:55 AM (17 years ago)
Author:
dai_9181
Message:

#84の対応(64bitでの動作確認はまだ)。
Stringクラスのコンストラクタにリテラル文字列が渡せないバグを修正。
STRING_IS_NOT_ALWAYS_UNICODEを暗黙的に定義するようにした(暫定対応)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_Object.cpp

    r64 r68  
    208208    // コンストラクタの呼び出し
    209209    ////////////////////////////
     210
     211    if( lstrcmp(classObj.name,"proc")==0){
     212        int i=0;
     213    }
    210214
    211215    BOOL bSomeObjects;
Note: See TracChangeset for help on using the changeset viewer.