Game Development Community

Problem with compiles.

by Paul Edwards · in Torque Game Engine Advanced · 12/20/2005 (10:38 pm) · 1 replies

I have the latest head rev. for TSE and when I compile i get no errors but when I try to run the engine i get a cant failed to open main.cs . Im new to torque and have limited programming expierence. I'm begining to wonder if my project is setup wrong or something like that. I did follow the instructions on the site on how to set up TSE and get it started. But just cant seem to get it to run... Any help would be appreciated.

#1
12/21/2005 (1:00 pm)
Simple solution: double click the new EXE file you just compiled in the example directory.

More complex solution: Change the working directory under the project->debug settings to be ../example

VC just starts the program in the wrong directory, so it can't find main.cs.