extending Python error
"Martin v. Löwis"
martin at v.loewis.de
Sat Sep 4 09:15:06 EDT 2004
More information about the Python-list mailing list
Sat Sep 4 09:15:06 EDT 2004
- Previous message (by thread): extending Python error
- Next message (by thread): extending Python error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): extending Python error
- Next message (by thread): extending Python error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list