Game Development Community

Compiling Errors

by Dan Phillips · in Torque Game Builder · 06/28/2007 (12:07 am) · 1 replies

I'm trying to compile tgb 1.5 beta3 with visual c++ express on vista 64bit and I get these errors. I followed this tutorial http://tdn.garagegames.com/wiki/T2D/TGBTutorials/BuildingADebugVersion


7>winExec.obj : error LNK2019: unresolved external symbol __imp__ShellExecuteExA@4 referenced in function "public: __thiscall ExecuteThread::ExecuteThread(char const *,char const *,char const *)" (??0ExecuteThread@@QAE@PBD00@Z)
8>winExec.obj : error LNK2019: unresolved external symbol __imp__ShellExecuteExA@4 referenced in function "public: __thiscall ExecuteThread::ExecuteThread(char const *,char const *,char const *)" (??0ExecuteThread@@QAE@PBD00@Z)
7>winExec.obj : error LNK2019: unresolved external symbol __imp__ShellExecuteA@24 referenced in function "public: static void __cdecl Platform::openFolder(char const *)" (?openFolder@Platform@@SAXPBD@Z)
8>winExec.obj : error LNK2019: unresolved external symbol __imp__ShellExecuteA@24 referenced in function "public: static void __cdecl Platform::openFolder(char const *)" (?openFolder@Platform@@SAXPBD@Z)
7>winUser.obj : error LNK2019: unresolved external symbol __imp__SHGetSpecialFolderPathA@16 referenced in function "public: static char const * __cdecl Platform::getUserDataDirectory(void)" (?getUserDataDirectory@Platform@@SAPBDXZ)
7>winWindow.obj : error LNK2019: unresolved external symbol __imp__DragFinish@4 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)
8>winUser.obj : error LNK2019: unresolved external symbol __imp__SHGetSpecialFolderPathA@16 referenced in function "public: static char const * __cdecl Platform::getUserDataDirectory(void)" (?getUserDataDirectory@Platform@@SAPBDXZ)
8>../../../tgb/gameData/T2DProject/TGBGame_DEBUG.exe : fatal error LNK1120: 3 unresolved externals
7>winWindow.obj : error LNK2019: unresolved external symbol __imp__DragQueryFileA@16 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)
7>winWindow.obj : error LNK2019: unresolved external symbol __imp__DragAcceptFiles@8 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)
7>../../../tgb/TorqueGameBuilder_DEBUG.exe : fatal error LNK1120: 6 unresolved externals
8>Creating browse information file...
7>Creating browse information file...
8>Microsoft Browse Information Maintenance Utility Version 8.00.50727
8>Copyright (C) Microsoft Corporation. All rights reserved.
7>Microsoft Browse Information Maintenance Utility Version 8.00.50727
7>Copyright (C) Microsoft Corporation. All rights reserved.
8>Build log was saved at "file://c:\tgb\tgb15b3\engine\Link\Debug.Win32\TGBGame\BuildLog.htm"
8>TGBGame - 4 error(s), 0 warning(s)
7>Build log was saved at "file://c:\tgb\tgb15b3\engine\Link\Debug.Win32\TorqueGameBuilder\BuildLog.htm"
7>TorqueGameBuilder - 7 error(s), 0 warning(s)
========== Rebuild All: 4 succeeded, 2 failed, 2 skipped ==========