Developing Windows Mobile in Python

What is the best way to start developing applications for Windows Mobile Professional in Python? Is there any reasonable SDK including emulator? Is this even possible without an excessive number of Windows API linings for the user interface, for example?

+3
source share
4 answers

If the IronPython and .NET Compact Framework teams work together, Visual Studio may one day support Python for developing Windows Mobile out of the box. Unfortunately, this feature request has long sat on its problem tracker ...

+1
source

Python CE

Python Windows CE (Pocket PC). (, , testuite).

Python CE http://pythonce.sourceforge.net/ images/python-logo.jpg

alt text

+9

( Windows Mobile.)

python. :

  • ( python )
  • (python - C/++)
  • .
  • , , () .

C/++ ( #). Visual Studio 2005/2008 (SDK winmo , , USB), / / , .

+9

Just found this: http://ejr44.blogspot.com/2008/05/python-for-windows-mobile-cab.html

Looks like a complete set of .CAB files to provide Python on Windows Mobile.

+1
source

Source: https://habr.com/ru/post/1696845/


All Articles