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
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
About the author
#3
www.planetquake.com/noescape/torque/Adding%20files%20to%20the%20Torque%20SDK.htm
10/03/2002 (6:49 am)
heres a step by step i did a while backwww.planetquake.com/noescape/torque/Adding%20files%20to%20the%20Torque%20SDK.htm
Associate James Urquhart
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