Game Development Community

CodeWarrior for Windows?

by Wysardry · in Torque Game Engine · 06/19/2004 (1:22 pm) · 2 replies

I've just purchased CodeWarrior 6 for Windows from Ebay, and was wondering if anyone has had any success in using it to compile TGE in Win98.

The Torque docs only mention using it on a Mac.

#1
06/19/2004 (4:23 pm)
We don't officially support it. If you set up the projects properly, it might work, though.
#2
03/13/2005 (8:12 pm)
I have just noticed that in the 1.3 version thier is now a folder called CW and it has a set of torque_cw{6,7,8}.mcp files. After going over the readme.txt file I tried to compile Torque with CW 9.2 (Win)and got a TON of error and Warning messages. The first error message is "Error : Exception specifcation list mismatch" and it is applied to line 406 of platform.h (extern void FN_CDECL operator delete(void* ptr);). The warnings mostly apply to illegal empty declarations.

Anybody got around these problems yet?