Ignore:
Timestamp:
Jul 27, 2007, 12:14:00 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r241 r244  
    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    {
     
    234234    {
    235235        MessageBox(0,"バイナリ読み込みに失敗","test",0);
    236     }*/
    237     compiler.GetMeta() = (*pTempMeta);
     236    }
     237    compiler.GetMeta() = (*pTempMeta);*/
    238238
    239239
Note: See TracChangeset for help on using the changeset viewer.