TGA Support and TGE 1.4
by Corin · in Torque Game Engine · 02/10/2006 (12:43 am) · 3 replies
About the author
#2
02/14/2006 (2:10 am)
Did you add the source files to your project?
#3
Second, try reading the error. It can't find a specific function. Have you tried making sure that the code for that function is being compiled into your project?
02/14/2006 (3:33 am)
First off, you should try asking this at the resource, not in the forums, or at least link to the resource you're using.Second, try reading the error. It can't find a specific function. Have you tried making sure that the code for that function is being compiled into your project?
Torque Owner Ron Yacketta
What os are you using?
if you using linux, make sure you do a make clean, then a make tools. You can not build the game and then build the tools.
-Ron