Game Development Community

Problems after installing TBE

by Gustavo Boni · in Torque Game Engine · 09/08/2005 (3:57 pm) · 4 replies

Hi all,

I've installed the tellnetdebugger, but after rebuild the engine, i can't run the "torquedemo.exe". I just can run Torque by debugging.
I'm using TorqueDev IDE and VC++ 6.

Can anyone helps me?

#1
09/08/2005 (4:21 pm)
What do you need the TBE for if you've got VC6?
#2
09/08/2005 (4:36 pm)
Sorry, i mean TelnetDebugger!
#3
09/08/2005 (4:52 pm)
You should comment out the dbgSetParameters(6060, "qwerty", true) in your main.cs

The last true option tells the engine to wait for the debugger ide to respond before continuing.

B--
#4
09/08/2005 (5:13 pm)
Thanks!! it works now!!