Compiling a module errors with this:
[quote]cannot convert parameter 1 from 'const char [6]' to 'const tchar *'[/quote]
The error occurs in tire0/dbg.h on this line:
[quote]Msg( "%s { ", pszScope );[/quote]
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
Sorry, you need to Log In to post a reply to this thread.