Build Log
Build started: Project: SA Injector, Configuration: Debug|Win32
Command Lines
Creating temporary file "c:\Documents and Settings\Leb\Desktop\scmhook\scmhook\SA Injector\Debug\RSP0000022123060.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TP ".\SpookyScriptClasses.cpp"
".\ScriptWrappers.cpp"
".\ScriptHook.cpp"
".\op9080ScriptClass.cpp"
".\HookWrappers.cpp"
".\HookStuff.cpp"
".\HookedFunctions.cpp"
".\GameStuff.cpp"
".\CustomScript.cpp"
".\CustomGXT.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Leb\Desktop\scmhook\scmhook\SA Injector\Debug\RSP0000022123060.rsp" /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_VC80_UPGRADE=0x0710" /fo"Debug/SA Injector.res" ".\SA Injector.rc""
Creating temporary file "c:\Documents and Settings\Leb\Desktop\scmhook\scmhook\SA Injector\Debug\TMP0000032123060.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\SA Injector.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\SA Injector.exe.embed.manifest.res" "c:\Documents and Settings\Leb\Desktop\scmhook\scmhook\SA Injector\Debug\TMP0000032123060.tmp""
Creating temporary file "c:\Documents and Settings\Leb\Desktop\scmhook\scmhook\SA Injector\Debug\RSP0000042123060.rsp" with contents
[
/OUT:"Debug/SA Injector.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\SA Injector.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"Debug/SA Injector.pdb" /SUBSYSTEM:WINDOWS /ENTRY:"EntryPoint" /BASE:"0x48320000" /DYNAMICBASE:NO /FIXED:No /MACHINE:X86 wbemuuid.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\CustomGXT.obj"
".\Debug\CustomScript.obj"
".\Debug\ExeInject.obj"
".\Debug\FindGTASA.obj"
".\Debug\GameStuff.obj"
".\Debug\HookedFunctions.obj"
".\Debug\HookStuff.obj"
".\Debug\HookWrappers.obj"
".\Debug\op9080ScriptClass.obj"
".\Debug\Opcodes.obj"
".\Debug\SA Injector.obj"
".\Debug\ScriptHook.obj"
".\Debug\ScriptWrappers.obj"
".\Debug\SpookyScriptClasses.obj"
".\Debug\SA Injector.res"
".\Debug\SA Injector.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Leb\Desktop\scmhook\scmhook\SA Injector\Debug\RSP0000042123060.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
CustomGXT.cpp
HookedFunctions.cpp
HookStuff.cpp
ScriptWrappers.cpp
Generating Code...
Compiling...
CustomScript.cpp
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(34) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(34) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(34) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(36) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(36) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(36) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(52) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(52) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(52) : warning C4305: 'argument' : truncation from 'double' to 'float'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(14) : warning C4101: 'dwPlayerActor' : unreferenced local variable
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\customscript.cpp(67) : warning C4101: 'dwPlayerActor' : unreferenced local variable
GameStuff.cpp
HookWrappers.cpp
op9080ScriptClass.cpp
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\op9080scriptclass.cpp(54) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\op9080scriptclass.cpp(55) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\op9080scriptclass.cpp(132) : warning C4244: '=' : conversion from 'DWORD' to 'WORD', possible loss of data
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\op9080scriptclass.cpp(148) : warning C4244: '=' : conversion from 'DWORD' to 'WORD', possible loss of data
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\op9080scriptclass.cpp(174) : warning C4267: '=' : conversion from 'size_t' to 'BYTE', possible loss of data
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\op9080scriptclass.cpp(175) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_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(157) : see declaration of 'strncpy'
ScriptHook.cpp
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\scripthook.cpp(17) : warning C4311: 'type cast' : pointer truncation from 'BYTE *' to 'DWORD'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\scripthook.cpp(18) : warning C4311: 'type cast' : pointer truncation from 'BYTE *' to 'DWORD'
c:\documents and settings\leb\desktop\scmhook\scmhook\sa injector\scripthook.cpp(119) : warning C4267: '=' : conversion from 'size_t' to 'char', possible loss of data
SpookyScriptClasses.cpp
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
C:\Program Files\Microsoft Platform SDK for Windows XP SP2\Lib\advapi32.lib : fatal error LNK1107: invalid or corrupt file: cannot read at 0x663
Results
Build log was saved at "file://c:\Documents and Settings\Leb\Desktop\scmhook\scmhook\SA Injector\Debug\BuildLog.htm"
SA Injector - 1 error(s), 21 warning(s)