Build Log |
|
Command Lines |
Creating temporary file "e:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\MysticRealms\Debug\RSP0000209083944.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W4 /c /ZI /TP "..\VDEngine\VDWindow.cpp" ".\MysticRealms.cpp" ".\main.cpp" ] Creating command line "cl.exe @"e:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\MysticRealms\Debug\RSP0000209083944.rsp" /nologo /errorReport:prompt" Creating temporary file "e:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\MysticRealms\Debug\TMP0000219083944.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\MysticRealms.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\MysticRealms.exe.embed.manifest.res" "e:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\MysticRealms\Debug\TMP0000219083944.tmp"" Creating temporary file "e:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\MysticRealms\Debug\RSP0000229083944.rsp" with contents [ /OUT:"E:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\Debug\MysticRealms.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\MysticRealms.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"E:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\Debug\MysticRealms.pdb" /SUBSYSTEM:WINDOWS /DYNAMICBASE /NXCOMPAT /MACHINE:X86 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\main.obj" ".\Debug\MysticRealms.obj" ".\Debug\VDWindow.obj" ".\Debug\MysticRealms.exe.embed.manifest.res" ] Creating command line "link.exe @"e:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\MysticRealms\Debug\RSP0000229083944.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... main.cpp MysticRealms.cpp VDWindow.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... MysticRealms.obj : error LNK2019: unresolved external symbol "public: class VDSprite * __thiscall VDDirect3D::AddObjectSprite(int,char const *,struct tagRECT,float,float,unsigned long)" (?AddObjectSprite@VDDirect3D@@QAEPAVVDSprite@@HPBDUtagRECT@@MMK@Z) referenced in function "public: void __thiscall MysticRealms::Run(struct HINSTANCE__ *)" (?Run@MysticRealms@@QAEXPAUHINSTANCE__@@@Z) MysticRealms.obj : error LNK2019: unresolved external symbol "public: class VDSprite * __thiscall VDDirect3D::AddTileSprite(int,char const *,struct tagRECT,float,float,unsigned long)" (?AddTileSprite@VDDirect3D@@QAEPAVVDSprite@@HPBDUtagRECT@@MMK@Z) referenced in function "public: void __thiscall MysticRealms::Run(struct HINSTANCE__ *)" (?Run@MysticRealms@@QAEXPAUHINSTANCE__@@@Z) E:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\Debug\MysticRealms.exe : fatal error LNK1120: 2 unresolved externals |
Results |
Build log was saved at "file://e:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\VDEngine\MysticRealms\Debug\BuildLog.htm" MysticRealms - 3 error(s), 0 warning(s) |