Hallo,
I am using PythonCE embedded in a C/C++ code to port an open source application
for my pocketpc. All documentation I read about porting and application to
pocketpc said that we have to convert the application in Unicode, with wchatt
and Lblabla instead of char and blabla (and all
Salvatore Russo wrote:
> I am using PythonCE embedded in a C/C++ code to port an open source
> application for my pocketpc. All documentation I read about porting and
> application to pocketpc said that we have to convert the application in
> Unicode, with wchatt and Lblabla instead of char an