Game Development Community

Dev-C++??

by Justin Woodman · in Torque Game Engine · 11/06/2004 (2:19 pm) · 1 replies

Sorry if this topic has already been discussed, but I looked all I could and could not find anything on it, so here it goes. Is it possible to compile Torque with dev-c++, and if so, is there a tutorial I could see that covers this?
Thank you,
Justin

#1
11/07/2004 (2:25 am)
Gets discussed ALOT! its not quite possible to use Dev-C++ as it can't seem to load all the files necessary (Torque is too big for it) You can do what I do, edit individual files in Dev-C++ and use MinSYS and MingW to complie seperately. I think its in the resources but if not search the forums for MingW and you'll find some advice :)

Nick