Changeset 42 in dev for BasicCompiler32/Compile_ProcOp.cpp


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_ProcOp.cpp

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