An error occurred when I compile this source
Code:Build started 22/06/2011 01:28:12. 1>Project "C:\Users\Alef\Desktop\GunzProtect\GunzProtect\GunzProtect.vcxproj" on node 2 (build target(s)). 1>InitializeBuildStatus: Creating "Release\GunzProtect.unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oi /Oy- /GL /D WIN32 /D NDEBUG /D _WINDOWS /D _USRDLL /D GUNZPROTECT_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHsc /MD /Zp1 /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Release\\" /Fd"Release\vc100.pdb" /Gd /TP /analyze- /errorReport:prompt Detour\CDetour.cpp Detour\CDetourDis.cpp Log.cpp Main.cpp md5.cpp md5wrapper.cpp CDetour.cpp CDetourDis.cpp 1>Detour\CDetourDis.cpp(15): fatal error C1083: Cannot open include file: 'detours.h': No such file or directory Log.cpp 1>Log.cpp(2): fatal error C1083: Cannot open include file: 'boost/format.hpp': No such file or directory Main.cpp 1>c:\users\alef\desktop\gunzprotect\gunzprotect\Addresses.h(3): fatal error C1083: Cannot open include file: 'boost/cstdint.hpp': No such file or directory md5.cpp md5wrapper.cpp 1>md5wrapper.cpp(60): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf' 1>md5wrapper.cpp(109): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen' 1>Done Building Project "C:\Users\Alef\Desktop\GunzProtect\GunzProtect\GunzProtect.vcxproj" (build target(s)) -- FAILED. Build FAILED. Time Elapsed 00:00:03.72


Reply With Quote


