Source Tree distribution
ftp://ftp.murkworks.com/beta/pyceall3.zip (nearly 40MB)
(proposed) How to set up eVC for Building
Sample projectfiles
Project files and workspace files that works on any directory structure would be nice.
Let us know if you know how to do that, for example: by using VB Macro.
Patches
There are patches for HPC2000(Telion), expat and pythoncom(Doug), win32xxx modules(Doug and Others), some other things.
I worked on cemodule.c that handles os.listdir, mkdir, rmdir, etc..for solving the incompatibility with non-English pathname/filnename.
I have asked Brad to put the patch sent by Doug to ftp or Wiki uploads directory.
Also, I have made a slightly patched version of pdb.py, pydoc.py, site.py. They are available in Update-02-10-12-HPC2000
HPC2000 distribution uses modified version of pcceshell that has some additional features. Some of these featture can be integrated in PPC distribution.
win32xxxx modules
I know that a few people had already worked on these files.
Some of them can be compiled, but they need to be verified and chaanged.
These are the work of Brian, I guess.
Mark and others has regrouped and move functions into different module.
Following the other Win32 platforms as much as possible?
or
Just do the quick fix on these modules.
http://www.murkworks.com/Research/Python/PythonCE/PythonCEWiki/uploads/win32reg.cpp
http://www.murkworks.com/Research/Python/PythonCE/PythonCEWiki/uploads/win32sh.cpp
http://www.murkworks.com/Research/Python/PythonCE/PythonCEWiki/uploads/win32sys.cpp
http://www.murkworks.com/Research/Python/PythonCE/PythonCEWiki/uploads/win32db.cpp
http://www.murkworks.com/Research/Python/PythonCE/PythonCEWiki/uploads/win32ras.cpp
CE2.11, PsPC and HPC/Pro development
There is one person starting to work on this, other than me. There may be another person.
I found strtol in Python code! PyOS_strtol in mystrtoul.c can be the solution.
Also, Python distribution has already strtod.c, so I will just use it.
....