Build Log
  

Build started: Project: pemaker, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "e:\study\pemaker\pemaker1\pemaker1\pemaker\Debug\RSP0000013003960.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Yu"stdafx.h" /Fp"Debug\pemaker.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TP .\peliberr.cpp

.\pelib.cpp

.\pecrypt.cpp

.\main.cpp

.\loader.cpp

.\about.cpp
]
Creating command line "cl.exe @e:\study\pemaker\pemaker1\pemaker1\pemaker\Debug\RSP0000013003960.rsp /nologo /errorReport:prompt"
Creating temporary file "e:\study\pemaker\pemaker1\pemaker1\pemaker\Debug\RSP0000023003960.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Yc"stdafx.h" /Fp"Debug\pemaker.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TP .\stdafx.cpp
]
Creating command line "cl.exe @e:\study\pemaker\pemaker1\pemaker1\pemaker\Debug\RSP0000023003960.rsp /nologo /errorReport:prompt"
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
stdafx.cpp
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
about.cpp
loader.cpp
e:\study\pemaker\pemaker1\pemaker1\pemaker\loader.h(38) : error C2062: type 'void' unexpected
e:\study\pemaker\pemaker1\pemaker1\pemaker\loader.cpp(40) : error C2062: type 'void' unexpected
e:\study\pemaker\pemaker1\pemaker1\pemaker\loader.cpp(61) : error C2062: type 'void' unexpected
e:\study\pemaker\pemaker1\pemaker1\pemaker\loader.cpp(62) : error C2143: syntax error : missing ';' before '{'
e:\study\pemaker\pemaker1\pemaker1\pemaker\loader.cpp(62) : error C2447: '{' : missing function header (old-style formal list?)
e:\study\pemaker\pemaker1\pemaker1\pemaker\loader.cpp(68) : error C2059: syntax error : 'bad suffix on number'
main.cpp
e:\study\pemaker\pemaker1\pemaker1\pemaker\main.cpp(208) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
e:\study\pemaker\pemaker1\pemaker1\pemaker\main.cpp(209) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
e:\study\pemaker\pemaker1\pemaker1\pemaker\main.cpp(222) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
e:\study\pemaker\pemaker1\pemaker1\pemaker\main.cpp(279) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
pecrypt.cpp
e:\study\pemaker\pemaker1\pemaker1\pemaker\loader.h(38) : error C2062: type 'void' unexpected
e:\study\pemaker\pemaker1\pemaker1\pemaker\pecrypt.cpp(75) : error C2065: 'DynLoader' : undeclared identifier
e:\study\pemaker\pemaker1\pemaker1\pemaker\pecrypt.cpp(76) : error C2065: 'DynLoader' : undeclared identifier
e:\study\pemaker\pemaker1\pemaker1\pemaker\pecrypt.cpp(76) : error C2514: 'DWORD' : class has no constructors
        c:\program files\microsoft sdks\windows\v6.0a\include\windef.h(152) : see declaration of 'DWORD'
e:\study\pemaker\pemaker1\pemaker1\pemaker\pecrypt.cpp(77) : error C2065: 'DynLoader' : undeclared identifier
e:\study\pemaker\pemaker1\pemaker1\pemaker\pecrypt.cpp(77) : error C2514: 'DWORD' : class has no constructors
        c:\program files\microsoft sdks\windows\v6.0a\include\windef.h(152) : see declaration of 'DWORD'
e:\study\pemaker\pemaker1\pemaker1\pemaker\pecrypt.cpp(77) : warning C4311: '' : pointer truncation from 'PCHAR' to 'DWORD'
pelib.cpp
e:\study\pemaker\pemaker1\pemaker1\pemaker\pelib.cpp(88) : error C2065: 'i' : undeclared identifier
e:\study\pemaker\pemaker1\pemaker1\pemaker\pelib.cpp(88) : error C2227: left of '->VirtualAddress' must point to class/struct/union/generic type
e:\study\pemaker\pemaker1\pemaker1\pemaker\pelib.cpp(89) : error C2065: 'i' : undeclared identifier
e:\study\pemaker\pemaker1\pemaker1\pemaker\pelib.cpp(89) : error C2227: left of '->Misc' must point to class/struct/union/generic type
e:\study\pemaker\pemaker1\pemaker1\pemaker\pelib.cpp(89) : error C2228: left of '.VirtualSize' must have class/struct/union
peliberr.cpp
e:\study\pemaker\pemaker1\pemaker1\pemaker\peliberr.cpp(65) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
Generating Code...
Results
  
Build log was saved at "file://e:\study\pemaker\pemaker1\pemaker1\pemaker\Debug\BuildLog.htm"
pemaker - 17 error(s), 8 warning(s)