[PythonCE] compiling for emulator?

Simon Dahlbacka simon.dahlbacka at gmail.com
Mon Sep 6 10:31:52 CEST 2004


I've tried to compile python 2.3.4 for pocketpc 2003 emulator x86em by tweaking
the makefiles and I've come as far as linking the python23.dll.

The problem is that if I do not include corelibc.lib then I get unresolved
external complaints about exit, and if I do then I get multiple definitions of
DllMain in addition to DllMain not being __stdcall with 12bytes of arguments.

Anyone got any pointers to share how to get python running on the emulator?



More information about the PythonCE mailing list