extending Python error

"Martin v. Löwis" martin at v.loewis.de
Sat Sep 4 09:15:06 EDT 2004


Ajay wrote:
> C:\Windows CE Tools\wce300\Pocket PC 2002\atl\include\atlbase.h(5395) :
> error C2664: '__WinCE_OutputDebugStringA' : cannot convert parameter 1
> from 'const unsigned short *' to 'const char *'
>         Types pointed to are unrelated; conversion requires
> reinterpret_cast, C-style cast or function-style cast
[...]
> 
> any ideas where the errors are coming from?

Could it be that WCHAR_T is not unsigned short on Windows CE?

Regards,
Martin



More information about the Python-list mailing list