Changeset 244 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Jul 27, 2007, 12:14:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r241 r244 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 { … … 234 234 { 235 235 MessageBox(0,"バイナリ読み込みに失敗","test",0); 236 } */237 compiler.GetMeta() = (*pTempMeta); 236 } 237 compiler.GetMeta() = (*pTempMeta);*/ 238 238 239 239
Note:
See TracChangeset
for help on using the changeset viewer.