| Build Log |
|
| Command Lines |
Creating temporary file "c:\temp\direct3d_9_hook_1_1\Debug\RSP00004D36521592.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "DIRECT3D9HOOK_EXPORTS" /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ..\eq2injector\eq2injector\eq2injector.cpp ..\eq2injector\eq2injector\DLLInjection.cpp ".\Direct3D 9 Hook.cpp" .\ConStream.cpp ] Creating command line "cl.exe @c:\temp\direct3d_9_hook_1_1\Debug\RSP00004D36521592.rsp /nologo /errorReport:prompt" Creating temporary file "c:\temp\direct3d_9_hook_1_1\Debug\TMP00004E36521592.tmp" with contents [ 2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\D3DHOOK.dll.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\D3DHOOK.dll.embed.manifest.res" c:\temp\direct3d_9_hook_1_1\Debug\TMP00004E36521592.tmp" Creating temporary file "c:\temp\direct3d_9_hook_1_1\Debug\RSP00004F36521592.rsp" with contents [ /OUT:"C:\temp\direct3d_9_hook_1_1\Debug\D3DHOOK.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"Debug\D3DHOOK.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:"Exports.def" /DEBUG /PDB:"C:\temp\direct3d_9_hook_1_1\Debug\D3DHOOK.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /MACHINE:X86 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\ConStream.obj" ".\Debug\Direct3D 9 Hook.obj" ".\Debug\DLLInjection.obj" ".\Debug\eq2injector.obj" ".\Debug\D3DHOOK.dll.embed.manifest.res" ] Creating command line "link.exe @c:\temp\direct3d_9_hook_1_1\Debug\RSP00004F36521592.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\temp\direct3d_9_hook_1_1\Debug\RSP00005036521592.rsp" with contents [ /out:.\Debug\D3DHOOK.dll.embed.manifest /notify_update /manifest .\Debug\D3DHOOK.dll.intermediate.manifest ] Creating command line "mt.exe @c:\temp\direct3d_9_hook_1_1\Debug\RSP00005036521592.rsp /nologo" Creating temporary file "c:\temp\direct3d_9_hook_1_1\Debug\BAT00005136521592.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "c:\temp\direct3d_9_hook_1_1\Debug\BAT00005136521592.bat" Creating temporary file "c:\temp\direct3d_9_hook_1_1\Debug\TMP00005236521592.tmp" with contents [ 2 /* ISOLATIONAWARE_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\D3DHOOK.dll.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\D3DHOOK.dll.embed.manifest.res" c:\temp\direct3d_9_hook_1_1\Debug\TMP00005236521592.tmp" Creating temporary file "c:\temp\direct3d_9_hook_1_1\Debug\RSP00005336521592.rsp" with contents [ /OUT:"C:\temp\direct3d_9_hook_1_1\Debug\D3DHOOK.dll" /INCREMENTAL /DLL /MANIFEST /MANIFESTFILE:"Debug\D3DHOOK.dll.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEF:"Exports.def" /DEBUG /PDB:"c:\temp\direct3d_9_hook_1_1\Debug\D3DHOOK.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE:NO /MACHINE:X86 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Debug\ConStream.obj" ".\Debug\Direct3D 9 Hook.obj" ".\Debug\DLLInjection.obj" ".\Debug\eq2injector.obj" ".\Debug\D3DHOOK.dll.embed.manifest.res" ] Creating command line "link.exe @c:\temp\direct3d_9_hook_1_1\Debug\RSP00005336521592.rsp /NOLOGO /ERRORREPORT:PROMPT" |
| Output Window |
Compiling...
ConStream.cpp
c:\temp\direct3d_9_hook_1_1\constream.cpp(43) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
Direct3D 9 Hook.cpp
DLLInjection.cpp
c:\temp\eq2injector\eq2injector\dllinjection.cpp(161) : 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 (x86)\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\eq2injector\eq2injector\dllinjection.cpp(178) : warning C4996: '_strupr': This function or variable may be unsafe. Consider using _strupr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(172) : see declaration of '_strupr'
c:\temp\eq2injector\eq2injector\dllinjection.cpp(100) : warning C4101: 'lpfProcess32Next' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(99) : warning C4101: 'lpfProcess32First' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(74) : warning C4101: 'hSnapShot' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(74) : warning C4101: 'hSnapShotm' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(70) : warning C4101: 'bResultm' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(101) : warning C4101: 'lpfModule32First' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(98) : warning C4101: 'lpfCreateToolhelp32Snapshot' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(102) : warning C4101: 'lpfModule32Next' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(79) : warning C4101: 'procentry' : unreferenced local variable
c:\temp\eq2injector\eq2injector\dllinjection.cpp(80) : warning C4101: 'modentry' : unreferenced local variable
eq2injector.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
Creating library C:\temp\direct3d_9_hook_1_1\Debug\D3DHOOK.lib and object C:\temp\direct3d_9_hook_1_1\Debug\D3DHOOK.exp
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
|
| Results |
Build log was saved at "file://c:\temp\direct3d_9_hook_1_1\Debug\BuildLog.htm" Direct3D 9 Hook - 0 error(s), 13 warning(s) |