Game Development Community

One more Problem

by Jermaine Morgan · in Torque Game Engine · 10/30/2006 (9:55 am) · 6 replies

I got torque 1.4.2 to build with no errors but when i try run it.
I get the following message

Unable to start program c:\Torque\SDK\example\torqueDemo_DEBUG.exe

c:\Torque\SDK\VS2005\..\example is not a valid working directory.

can someone help me out with this?

#1
10/30/2006 (9:57 am)
Have you set your working directory correctly?
#2
10/30/2006 (9:58 am)
I'm following th "compile torque with VS2005 " tutorial.
it says set the working directory to ../example
#3
10/30/2006 (10:00 am)
In your project properties, under Debugging, there is a box for Working Directory (you already got this of course =) )

What is the full path of your directory?

ex. C:\Torque\SDK\example\ Is My directory
#4
10/30/2006 (10:03 am)
O i got it.

Instead of setting the working directory to ../example
i set it to c:\Torque\SDK\example
#5
10/30/2006 (10:04 am)
So it worked? Huzzah!
#6
10/30/2006 (10:05 am)
Yeahthanks