VC++ 2005 express compile
by Daelen Kelly · in Torque Game Engine · 05/04/2007 (3:58 am) · 2 replies
Hey, I have recently downloaded and used this tutorial on how to setup the VC++ express compiler with torque http://tdn.garagegames.com/wiki/Torque/vs2k5
Followed the tutorial word by word (Twice)
When I compile Torque (Fresh installation not touched yet) it comes up with these errors:
guiDirectoryFileListCtrl.obj : error LNK2019: unresolved external symbol "public: static class AbstractClassRep * __cdecl GuiListBoxCtrl::getStaticClassRep(void)" (?getStaticClassRep@GuiListBoxCtrl@@SAPAVAbstractClassRep@@XZ) referenced in function "public: static class AbstractClassRep * __cdecl GuiDirectoryFileListCtrl::getParentStaticClassRep(void)" (?getParentStaticClassRep@GuiDirectoryFileListCtrl@@SAPAVAbstractClassRep@@XZ)
guiDirectoryFileListCtrl.obj : error LNK2019: unresolved external symbol "public: __thiscall GuiListBoxCtrl::GuiListBoxCtrl(void)" (??0GuiListBoxCtrl@@QAE@XZ) referenced in function "public: __thiscall GuiDirectoryFileListCtrl::GuiDirectoryFileListCtrl(void)" (??0GuiDirectoryFileListCtrl@@QAE@XZ)
guiDirectoryFileListCtrl.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall GuiListBoxCtrl::parentResized(class Point2I const &,class Point2I const &)" (?parentResized@GuiListBoxCtrl@@UAEXABVPoint2I@@0@Z)
(Too big to put in so there is a small part of 14 errors)
../example/torqueDemo_DEBUG.exe : fatal error LNK1120: 14 unresolved externals
14 unresolved errors todo with the guiDirectoryFileListCtrl.obj which result in 1 failed and 6 successful out of 7
Can anyone tell me what is wrong with the file in question and why its failing on compiliation?
-Cheers Daelen.
Followed the tutorial word by word (Twice)
When I compile Torque (Fresh installation not touched yet) it comes up with these errors:
guiDirectoryFileListCtrl.obj : error LNK2019: unresolved external symbol "public: static class AbstractClassRep * __cdecl GuiListBoxCtrl::getStaticClassRep(void)" (?getStaticClassRep@GuiListBoxCtrl@@SAPAVAbstractClassRep@@XZ) referenced in function "public: static class AbstractClassRep * __cdecl GuiDirectoryFileListCtrl::getParentStaticClassRep(void)" (?getParentStaticClassRep@GuiDirectoryFileListCtrl@@SAPAVAbstractClassRep@@XZ)
guiDirectoryFileListCtrl.obj : error LNK2019: unresolved external symbol "public: __thiscall GuiListBoxCtrl::GuiListBoxCtrl(void)" (??0GuiListBoxCtrl@@QAE@XZ) referenced in function "public: __thiscall GuiDirectoryFileListCtrl::GuiDirectoryFileListCtrl(void)" (??0GuiDirectoryFileListCtrl@@QAE@XZ)
guiDirectoryFileListCtrl.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall GuiListBoxCtrl::parentResized(class Point2I const &,class Point2I const &)" (?parentResized@GuiListBoxCtrl@@UAEXABVPoint2I@@0@Z)
(Too big to put in so there is a small part of 14 errors)
../example/torqueDemo_DEBUG.exe : fatal error LNK1120: 14 unresolved externals
14 unresolved errors todo with the guiDirectoryFileListCtrl.obj which result in 1 failed and 6 successful out of 7
Can anyone tell me what is wrong with the file in question and why its failing on compiliation?
-Cheers Daelen.
Torque 3D Owner ArmedGeek