Game Development Community

I need help adding a resource .cc to Torque - please!

by Jason Maskell · in Torque Game Engine · 10/02/2002 (10:50 pm) · 3 replies

This is pretty basic, the instructions for the resource just merrily say "add it to your project, recompile and bam" - problem is, it doesn't work..

The file is added to the project, and the project compiles, but nothing happens - is there no .h I have to modify? How is this done properly? It's a GUI class that should be showing up in the gui editor but is not - help me out here guys!

Cheers,
Jason

#1
10/02/2002 (11:32 pm)
Things to try :

1) Do a clean rebuild
2) Check for the gui control in the add gui combobox... if you are unsure of its actual name, look in the files you added.
3) Ensure you added the correct files to the project
4) Ensure you have read the instructions carefully
#2
10/03/2002 (12:57 am)
Also, make sure you added the .cc to the DEMO project.

Phil.