Ignore:
Timestamp:
Jun 7, 2008, 9:17:50 AM (16 years ago)
Author:
dai_9181
Message:

[632]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp

    r627 r633  
    549549
    550550            if(!hLib){
    551                 compiler.errorMessenger.Output(-106,pDllProc->GetDllFileName().c_str(),pDllProc->GetCodePos());
     551                compiler.errorMessenger.Output(-106,pDllProc->GetDllFileName().c_str(),pDllProc->GetSourceCodePosition().GetPos());
    552552            }
    553553        }
     
    556556            if(!GetProcAddress(hLib,pDllProc->GetAlias().c_str())){
    557557                FreeLibrary(hLib);
    558                 compiler.errorMessenger.Output(-107,pDllProc->GetAlias(),pDllProc->GetCodePos());
     558                compiler.errorMessenger.Output(-107,pDllProc->GetAlias(),pDllProc->GetSourceCodePosition().GetPos());
    559559            }
    560560            FreeLibrary(hLib);
Note: See TracChangeset for help on using the changeset viewer.