Changeset 42 in dev for BasicCompiler64/Compile_ProcOp.cpp


Ignore:
Timestamp:
Jan 29, 2007, 2:56:22 AM (17 years ago)
Author:
dai_9181
Message:

EnumメンバにOpenやPrintを指定できないバグを修正。
DLLコンパイル時に静的メンバが認識されないバグを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Compile_ProcOp.cpp

    r40 r42  
    4444        //GC用の変数を定義
    4545        InitGCVariables();
     46
     47        //クラスに属する静的メンバを定義
     48        CMember::InitStaticMember();
    4649
    4750        GetGlobalDataForDll();
Note: See TracChangeset for help on using the changeset viewer.