Game Development Community

Issues when Building a Debug Version of Torque Game Builder with Microsoft Visual C++ 2008 Express Edition

by Glenn Thomas · in Torque Game Builder · 04/22/2009 (8:11 am) · 2 replies

Getting Script errors when I attempt to rebuild the T2D SDK.sln with Microsoft Visual C++ 2008 Express Edition. I using TGB 1.7.4 I know the folder stated it was for VS 2005, but with VS 2008 it coverted all the 2005 files to 2008. (supposedly). I got a new laptop and they no longer support version 2005. so any help with the matter would be greatly appreciated. -Glenn

7>TGBGame - 7 error(s), 0 warning(s)

7>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\menus\popupmenuwin32.cc(216) : error C2065: 'MIIM_STRING' : undeclared identifier
7>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\menus\popupmenuwin32.cc(293) : error C2065: 'MIIM_STRING' : undeclared identifier

7>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\winoglvideo.cc(858) : error C2065: 'AW_BLEND' : undeclared identifier
7>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\winoglvideo.cc(858) : error C3861: 'AnimateWindow': identifier not found

7>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\cardprofile.cpp(14) : error C3861: 'EnumDisplayDevices': identifier not found
7>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\cardprofile.cpp(14) : fatal error C1903: unable to recover from previous error(s); stopping compilation

8>TorqueGameBuilder - 7 error(s), 0 warning(s)

8>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\menus\popupmenuwin32.cc(216) : error C2065: 'MIIM_STRING' : undeclared identifier
8>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\menus\popupmenuwin32.cc(293) : error C2065: 'MIIM_STRING' : undeclared identifier

8>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\winoglvideo.cc(858) : error C2065: 'AW_BLEND' : undeclared identifier
8>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\winoglvideo.cc(858) : error C3861: 'AnimateWindow': identifier not found

8>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\menus\popupmenuwin32.cc(216) : error C2065: 'MIIM_STRING' : undeclared identifier
8>c:\program files (x86)\garagegames\torquegamebuilder-1.7.4\engine\source\platformwin32\menus\popupmenuwin32.cc(293) : error C2065: 'MIIM_STRING' : undeclared identifier

All the other projects compiled successfully.

#1
04/22/2009 (9:20 am)
I found the solution after some digging around in this thread.

It really should be updated in the documentation.

www.garagegames.com/community/forums/viewthread/76495
#2
04/23/2009 (6:25 am)
Thanks to who added this to the TDN