Compiling a module errors with this:
The error occurs in tire0/dbg.h on this line:
I presume it is some compile option to switch between Unicode and ASCII so if any of you have any ideas please tell. I am using VC++ 2008.
Compiling a module errors with this:
The error occurs in tire0/dbg.h on this line:
I presume it is some compile option to switch between Unicode and ASCII so if any of you have any ideas please tell. I am using VC++ 2008.
Set your character set to Multibyte in project properties.
That got it. Thanks!
#undef _UNICODE