| | 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...
|