| QUOTE |
Build Log Build started: Project: TestGame, Configuration: Release|Win32 Command Lines Creating temporary file "c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\RSP00000126682628.rsp" with contents [ /OUT:"./Builds/Release\TestGame.exe" /MANIFEST /MANIFESTFILE:"./Builds/Release\TestGame.exe.intermediate.manifest" /SUBSYSTEM:WINDOWS d3d9.lib d3dx9.lib d3dxof.lib strmiids.lib dplayx.lib dxguid.lib dinput8.lib dsound.lib winmm.lib wsock32.lib nIrium.lib kernel32.lib ".\Builds\Release\TestGame.obj" ".\Builds\Release\WinMain.obj" ] Creating command line "link.exe @"c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\RSP00000126682628.rsp" /NOLOGO /ERRORREPORT:PROMPT" Output Window Linking... nIrium.lib(nIrium.obj) : error LNK2019: unresolved external symbol __imp__GetSystemMetrics@4 referenced in function "public: __thiscall nIrium::nProgram::nProgram(void)" (??0nProgram@nIrium@@QAE@XZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__PostQuitMessage@4 referenced in function "long __stdcall AppWindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?AppWindowProc@@YGJPAUHWND__@@IIJ@Z) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__DefWindowProcA@16 referenced in function "long __stdcall AppWindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?AppWindowProc@@YGJPAUHWND__@@IIJ@Z) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__MoveWindow@24 referenced in function "public: void __thiscall __nIrium::nWindow::Move(long,long)" (?Move@nWindow@__nIrium@@QAEXJJ@Z) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__GetClientRect@8 referenced in function "public: void __thiscall __nIrium::nWindow::Move(long,long)" (?Move@nWindow@__nIrium@@QAEXJJ@Z) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__GetWindowRect@8 referenced in function "public: void __thiscall __nIrium::nWindow::Resize(long,long)" (?Resize@nWindow@__nIrium@@QAEXJJ@Z) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__SetWindowTextA@8 referenced in function "public: void __thiscall __nIrium::nWindow::SetTitle(char *)" (?SetTitle@nWindow@__nIrium@@QAEXPAD@Z) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__ShowCursor@4 referenced in function "public: void __thiscall __nIrium::nWindow::ShowMouse(bool)" (?ShowMouse@nWindow@__nIrium@@QAEX_N@Z) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__MessageBoxA@16 referenced in function "public: void __thiscall __nIrium::nWindow::Error(bool,char *)" (?Error@nWindow@__nIrium@@QAEX_NPAD@Z) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__CoInitialize@4 referenced in function "public: __thiscall __nIrium::nWindow::nWindow(void)" (??0nWindow@__nIrium@@QAE@XZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__UpdateWindow@4 referenced in function "public: __thiscall __nIrium::nWindow::nWindow(void)" (??0nWindow@__nIrium@@QAE@XZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__ShowWindow@8 referenced in function "public: __thiscall __nIrium::nWindow::nWindow(void)" (??0nWindow@__nIrium@@QAE@XZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__CreateWindowExA@48 referenced in function "public: __thiscall __nIrium::nWindow::nWindow(void)" (??0nWindow@__nIrium@@QAE@XZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__RegisterClassExA@4 referenced in function "public: __thiscall __nIrium::nWindow::nWindow(void)" (??0nWindow@__nIrium@@QAE@XZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__LoadCursorA@8 referenced in function "public: __thiscall __nIrium::nWindow::nWindow(void)" (??0nWindow@__nIrium@@QAE@XZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__LoadIconA@8 referenced in function "public: __thiscall __nIrium::nWindow::nWindow(void)" (??0nWindow@__nIrium@@QAE@XZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__UnregisterClassA@8 referenced in function "public: int __thiscall __nIrium::nWindow::RunApp(void)" (?RunApp@nWindow@__nIrium@@QAEHXZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__CoUninitialize@0 referenced in function "public: int __thiscall __nIrium::nWindow::RunApp(void)" (?RunApp@nWindow@__nIrium@@QAEHXZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__DispatchMessageA@4 referenced in function "public: int __thiscall __nIrium::nWindow::RunApp(void)" (?RunApp@nWindow@__nIrium@@QAEHXZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__TranslateMessage@4 referenced in function "public: int __thiscall __nIrium::nWindow::RunApp(void)" (?RunApp@nWindow@__nIrium@@QAEHXZ) nIrium.lib(nWindow.obj) : error LNK2019: unresolved external symbol __imp__PeekMessageA@20 referenced in function "public: int __thiscall __nIrium::nWindow::RunApp(void)" (?RunApp@nWindow@__nIrium@@QAEHXZ) nIrium.lib(nInput.obj) : error LNK2019: unresolved external symbol __imp__ScreenToClient@8 referenced in function "public: void __thiscall __nIrium::nInput::MouseUpdate(struct HWND__ *)" (?MouseUpdate@nInput@__nIrium@@QAEXPAUHWND__@@@Z) nIrium.lib(nInput.obj) : error LNK2019: unresolved external symbol __imp__GetCursorPos@4 referenced in function "public: void __thiscall __nIrium::nInput::MouseUpdate(struct HWND__ *)" (?MouseUpdate@nInput@__nIrium@@QAEXPAUHWND__@@@Z) d3dx9.lib(cpudetect.obj) : error LNK2019: unresolved external symbol __imp__RegCloseKey@4 referenced in function "int __stdcall GetD3DRegValue(unsigned long,char *,void *,unsigned long)" (?GetD3DRegValue@@YGHKPADPAXK@Z) d3dx9.lib(d3dx9dbg.obj) : error LNK2001: unresolved external symbol __imp__RegCloseKey@4 d3dx9.lib(cpudetect.obj) : error LNK2019: unresolved external symbol __imp__RegQueryValueExA@24 referenced in function "int __stdcall GetD3DRegValue(unsigned long,char *,void *,unsigned long)" (?GetD3DRegValue@@YGHKPADPAXK@Z) d3dx9.lib(d3dx9dbg.obj) : error LNK2001: unresolved external symbol __imp__RegQueryValueExA@24 d3dx9.lib(cpudetect.obj) : error LNK2019: unresolved external symbol __imp__RegOpenKeyA@12 referenced in function "int __stdcall GetD3DRegValue(unsigned long,char *,void *,unsigned long)" (?GetD3DRegValue@@YGHKPADPAXK@Z) d3dx9.lib(d3dx9dbg.obj) : error LNK2001: unresolved external symbol __imp__RegOpenKeyA@12 ./Builds/Release\TestGame.exe : fatal error LNK1120: 26 unresolved externals Results Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\BuildLog.htm" TestGame - 30 error(s), 0 warning(s) |
| QUOTE |
Build Log Build started: Project: TestGame, Configuration: Release|Win32 Command Lines Creating temporary file "c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\RSP0000016683952.rsp" with contents [ /Ox /Ot /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /EHsc /MT /J /Fo"./Builds/Release\\" /Fd"./Builds/Release\vc80.pdb" /c /TP ".\WinMain.cpp" ".\TestGame.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\RSP0000016683952.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\RSP0000026683952.rsp" with contents [ /OUT:"./Builds/Release\TestGame.exe" /MANIFEST /MANIFESTFILE:"./Builds/Release\TestGame.exe.intermediate.manifest" /SUBSYSTEM:WINDOWS d3d9.lib d3dx9.lib d3dxof.lib strmiids.lib dplayx.lib dxguid.lib dinput8.lib dsound.lib winmm.lib wsock32.lib nIrium.lib user32.lib ole32.lib advapi32.lib kernel32.lib ".\Builds\Release\TestGame.obj" ".\Builds\Release\WinMain.obj" ] Creating command line "link.exe @"c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\RSP0000026683952.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\RSP0000036683952.rsp" with contents [ /outputresource:".\Builds\Release\TestGame.exe;#1" /manifest ".\Builds\Release\TestGame.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\RSP0000036683952.rsp" /nologo" Creating temporary file "c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\BAT0000046683952.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Builds\Release\mt.dep" ] Creating command line """c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\BAT0000046683952.bat""" Output Window Compiling... WinMain.cpp TestGame.cpp Generating Code... Linking... Embedding manifest... Results Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\TestGame\TestGame\Builds\Release\BuildLog.htm" TestGame - 0 error(s), 0 warning(s) |

| CODE |
0xFFFFFFFF AARRGGBB A = Alpha R = Red G = Green B = Blue so , a gray color would be : 0xFF808080 |
| CODE |
Output Window Linking... LINK : fatal error LNK1181: cannot open input file 'nIrium.lib' |