Ignore:
Timestamp:
Jul 2, 2007, 9:55:37 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r199 r201  
    193193    compiler.GetMeta().GetClasses().GetAllClassInfo();
    194194
    195     if( !compiler.GetMeta().AutoWrite( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) )
     195    if( !compiler.GetMeta().Write( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) )
    196196    {
    197         ts(0);
     197        MessageBox(0,"XML書き込みに失敗","test",0);
     198    }
     199    MetaImpl tempMeta;
     200    if( !tempMeta.Read( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) )
     201    {
     202        MessageBox(0,"XML読み込みに失敗","test",0);
    198203    }
    199204
Note: See TracChangeset for help on using the changeset viewer.