Examples and torquedemo.exe
by Holger · in Torque Game Engine · 07/12/2005 (1:20 pm) · 2 replies
I have bought both the book and the SDK.
Now I would like to use the ready compiled torquedemo.exe of the SDK to use with the book's examples.
But that didn't seem to work.
Right the Helloworld-example from chapter 2 of the book does not work together with torquedemo.exe
What is the console-command to run it? The command from the book does not work.
I am sure I am doing something wrong because I am a newbie to that.
Thanks for help!
Now I would like to use the ready compiled torquedemo.exe of the SDK to use with the book's examples.
But that didn't seem to work.
Right the Helloworld-example from chapter 2 of the book does not work together with torquedemo.exe
What is the console-command to run it? The command from the book does not work.
I am sure I am doing something wrong because I am a newbie to that.
Thanks for help!
Torque Owner Matt Johnson
I copied the torqueDemo.exe file from the SDK directory into the 3DGPAi1 directory and launched from the Windows command console. The HelloWorld.cs script ran fine. Make sure that you are calling "TorqueDemo" now instead of "tge" as indicated in the book.
ie
C:\3DGPAI1>torqueDemo -ch2 HelloWorld.cs
Hope this helps.