Danny Backx escreveu:
> The include file is described on MSDN as one that allows you
> to use calls to e.g. _tcsspn() in your application source, the include
> file will translate into either strspn() or wcsspn() based on the
> presence of the _UNICODE macro.
>
> We don't have this include file in
Hello, cegcc devel list!!
I am trying to compile pygame (python, sdl, tkinter, ...) for my mobile phone,
a mio 701 smartphone running windows ce 5.0. I don't really want to use
Microsofts .net Framework, since I got used to my Mac OSX. I found several
resources on the web that helped me to get