Anyone know why I'd receive the following error:
error C2664: 'long __cdecl CGapiSurface::DrawTextW(unsigned long,unsigned long,const unsigned short *,class CGapiBitmapFont *,unsigned long,struct _GDTEXTFX *,unsigned long *)' : cann
ot convert parameter 3 from 'char [10]' to 'const unsigned short *'
I recently finished my app in VC++ and then setup a project in eVC++ and now I receive this error with the same codebase.
Any ideas?
Thanks!
Greg