...I include my default testing project.
A couple of things to note about it :
* The SSE instruction set isn't activated. This is if you need to ship your program to an old machine. If this option is set, and the machine doesn't have SSE 1 or 2, it will crash.
* All optimisation is on, and its for Release mode. It seems to be the only mode that works (not that Debug mode is useful anyway).
* Its a 32-bit project. You cant use a 64-bit project unfortunately - GSDK is compiled to 32-bit libraries.
* Unicode is active. Whils GSDK is not unicode compatiable, it maybe useful for your own messages... or something... Its actually left over from when I was doing stuff on PDA's - unicode is the only option...