Ignore:
Timestamp:
Aug 16, 2007, 7:55:02 PM (17 years ago)
Author:
dai_9181
Message:

Binaryクラスを追加

File:
1 edited

Legend:

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

    r283 r287  
    507507    }
    508508
     509    CompileMessage( "リンク中..." );
     510
    509511
    510512    compiler.linker.Link( compiler.GetObjectModule() );
     
    827829    extern BOOL bError;
    828830    if(bDebugCompile&&bError==0){
     831        CompileMessage( "デバッグ情報を生成しています。" );
     832
    829833        pobj_DebugSection->make();
     834
     835        CompileMessage( "デバッグ情報の生成が完了しました。" );
    830836    }
    831837
     
    14711477    WriteFile(
    14721478        hFile,
    1473         compiler.linker.GetNativeCode().GetCodeBuffer(),
     1479        compiler.linker.GetNativeCode().GetBuffer(),
    14741480        compiler.linker.GetNativeCode().GetSize(),
    14751481        (DWORD *)&i2,
Note: See TracChangeset for help on using the changeset viewer.