Ignore:
Timestamp:
Jul 17, 2007, 3:44:11 PM (17 years ago)
Author:
dai_9181
Message:

BoostSerializationSupportのクラステンプレートインスタンスを明示的に生成するようにした(コンパイル時間の短縮)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/MakePeHdr.cpp

    r212 r215  
    206206    compiler.GetMeta().GetDllProcs().Iterator_Init();
    207207
    208 /*
     208
    209209    if( !compiler.GetMeta().WriteXml( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) )
    210210    {
     
    216216        MessageBox(0,"XML読み込みに失敗","test",0);
    217217    }
    218 */
     218/*
    219219    if( !compiler.GetMeta().WriteBinaly( Jenga::Common::Environment::GetAppDir() + "\\meta_test.dat" ) )
    220220    {
     
    226226        MessageBox(0,"バイナリ読み込みに失敗","test",0);
    227227    }
     228    if( !compiler.GetMeta().WriteText( Jenga::Common::Environment::GetAppDir() + "\\meta_test.dat" ) )
     229    {
     230        MessageBox(0,"バイナリ書き込みに失敗","test",0);
     231    }
     232    MetaImpl *pTempMeta = new MetaImpl();
     233    if( !pTempMeta->ReadText( Jenga::Common::Environment::GetAppDir() + "\\meta_test.dat" ) )
     234    {
     235        MessageBox(0,"バイナリ読み込みに失敗","test",0);
     236    }*/
    228237    compiler.GetMeta() = (*pTempMeta);
    229238
Note: See TracChangeset for help on using the changeset viewer.