Game Development Community

Help with testing Code

by Stacey Mickens · in Technical Issues · 09/17/2005 (7:10 pm) · 4 replies

I don't know if I posted in the right place but I just got the 3d game programming All in one book and I am on the second chapter where he is showing you have to do a simple helloworld and compile it the the command he give 'tge' won't work for me. Is it different if you have the indie liscense? I ran it this way torquedemo.exe -game stacey and it will compile then it would sit there forever and not do anything else. Do anyone have a suggestion?

#1
09/17/2005 (8:00 pm)
Have you looked at the console.log generated and see if it contains any information? It will be located in the same directory as the .exe and will show if things compile correctly and how far it makes it through the code. Could be you have a compile error that is keeping you from seeing what you want.
#2
09/18/2005 (7:26 am)
Try the books forum section... think there is some threads about this.

Here is the link: www.garagegames.com/mg/forums/result.forum.php?qf=118
#3
09/20/2005 (10:55 am)
Thx. I'll try that.
#4
09/27/2005 (7:02 am)
Ok tried the link people said they figured away around it but didn't post it. So anyone who wouldn't mind sharing the info please let me know. I'm stuck I have tried everything that I can think off. I run the demo and type in exec("stater.fps/helloworld.cs"); and it says compiling and does nothing else. :( I even tried to make the toquedemo start up with it by going into command prompt and typing torquedemo -helloworld.cs and then torquedemo -game helloworld.cs. :( But alas nothing. Really upseting that something like this is holding me up.