Changeset 215 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Jul 17, 2007, 3:44:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r212 r215 206 206 compiler.GetMeta().GetDllProcs().Iterator_Init(); 207 207 208 /* 208 209 209 if( !compiler.GetMeta().WriteXml( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) ) 210 210 { … … 216 216 MessageBox(0,"XML読み込みに失敗","test",0); 217 217 } 218 */ 218 /* 219 219 if( !compiler.GetMeta().WriteBinaly( Jenga::Common::Environment::GetAppDir() + "\\meta_test.dat" ) ) 220 220 { … … 226 226 MessageBox(0,"バイナリ読み込みに失敗","test",0); 227 227 } 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 }*/ 228 237 compiler.GetMeta() = (*pTempMeta); 229 238
Note:
See TracChangeset
for help on using the changeset viewer.