Game Development Community

Torque X demos

by Donavan Jones · in Torque X 3D · 07/27/2010 (3:11 pm) · 3 replies

This is the first error I get. I have 524 of them. In the solution explorer in the reference file it has the ! in a yellow triangle for Torque3D and TorqueCore. I can get the template games to work. Dont know what to do can anyone help?

Error 5 The type or namespace name 'GarageGames' could not be found (are you missing a using directive or an assembly reference?) C:Program FilesTorqueTorque X 3.1.5 TrialDemosFPSFPSgameManagementTeamClient.cs 11 7 FPS

#1
07/27/2010 (3:51 pm)
Ok I got it all I had to do is right click on reference and then add

GarageGames.TorqueX.Framework
GarageGames.TorqueX.Framework2D

for the 2d stuf and

GarageGames.TorqueX.Framework
GarageGames.TorqueX.Framework3D

for the 3d stuff
#2
07/29/2010 (5:31 am)
Have you updated your VS2008, you usually only get that issue if you have not updated to SP1.

http://www.microsoft.com/downloads/details.aspx?familyid=fbee1648-7106-44a7-9649-6d9f6d58056e&displaylang=en

#3
07/29/2010 (9:25 pm)
yeah Im using VS2008. Everytime I tried to update to SP1 I get an error during the install. Do I have to uninstall VS2008 then install VS2008 with SP1. I just glad to get VS2008 to work now :)