Game Development Community

Torque 1.5.2

by Chris Sargent · in Torque Game Engine · 05/29/2009 (8:38 pm) · 4 replies

Ok, yes I am probably one of the few still on 1.5.2 :P

I had a question about compiling under VS express 2005. I set my option to compile a release version and I changed the output file name from torquedemo.exe to despair.exe.

I compiled and everything went smoothly. When I click on my despair.exe I get an error that says can not open main.cs.

I'm really not sure why could anyone shed some light on this?

Thanks,


#1
05/30/2009 (1:45 am)
The executable is looking for a main.cs in the same folder.
#2
05/30/2009 (9:38 am)
There is a main.cs in the same folder as the executable. The only thing I changed was the output name from VS express. When I recompiled with the output name to torquedemo.exe everything works fine.

This only occurs if I change the name of the output file.
#3
05/30/2009 (10:52 am)
Did you made a complete compile?
#4
05/30/2009 (11:07 am)
Yes. I always do a complete compile. I have the knack for really messing things up and then I have to go back and recompile everything from scratch hehe.