[PythonCE] Pocket PC python programming
Olivier Fambon
Olivier.Fambon@xrce.xerox.com
Tue, 04 Mar 2003 10:54:54 +0100
Gil Fonea [Tue, 4 Mar 2003 11:38:56 +0200] wrote:
>
> Hi All,
>
> I have a very simple and basic question:
> Is there any well organized cookbook or documentation for python programming
> on Pocket Pc, other than many web-sites which are not focused enaugh.
>
If you're looking for Pyhton for Windows (CE or not ?), aspn is fine
and has a cookbook:
http://aspn.activestate.com/ASPN/Python/Reference/Products/ActivePython/PythonWin32Extensions/
http://aspn.activestate.com/ASPN/Python/Cookbook/
If you're looking for low-level WindoZ via Python & calldll/edll, msdn
is the source of info (plus a few samples like pcceshell.py).
For example:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceoem/htm/_wcepb_virtualcopy.asp
A+O.