Why are we so mobile with just two feet?
Things are progressing at a steady pace here. The Windows Mobile SDK is on its way to your desktop and device. We have managed to get most of the controls working fine. We have to double-check menu bars and menus and the grid control is not displaying, we also need to fix the fullscreen window mode. We have reworked the TCP connection system which will be more robust on Windows and Windows Mobile. Connecting to the Windows Mobile device is also very easy, no need for Internet connection, as long as you connect to Windows Mobile Device Center (ActiveSync) you will be able to run/debug on your device.
Here is the new Mobile menu that allow you to target your device from now on. No need to change any settings in your project, just use this menu.

Here is a Windows 7 form:

And here is the same form on Windows Mobile 5:

So as you can see, you will be able to use the Windows Mobile SDK in all of its glory very soon. We promised something that is working, we will deliver it to you!
Oh, I almost forgot, the new version will come with the following (more to come until release of course):
- Fixed & operator to work with arrays properly again.
- Fixed namespace in forward func/proc definitions.
- Fixed visual coding extra comma in $properties$.
- Only calls CleverUpdate once at startup.
- Data menu in Popupmenu in Project Manager not visible anymore if Orion is not installed.
- Fixed form constant re-creation when activating PIDE main window.
- New Collect() function to collect unused garbage in memory, often useful in loops.
- Fixed keyfile creation.
- Fixed refresh of properties when Preferences are being edited.
- Fixed Shell prompt.ppl load.
- Fixed creating a project from template when only a selection type project template when no project is opened.
- Fixed visual code syntax owner display bug.
- Fixed Ctrl+Space in visual code.
- Fixed PMenuItem.ImageIndex property editor was missing.
- Fixed PResource.SaveTempFile.
- Fixed code generation if property is object.
- Fixed PMenuItem imagelist display.
- Fixed PToolButton.ImageIndex.
- Fixed PToolBar click.
- New Installation guide is provided.
- Updated many help files.
- Fixed little memory problem with help editor on closing.
- Rewrote debugger engine so that PIDE is the server and target application is the client.
- Debugger retrieves public IP address from www.whatismyip.com automatically.
- New Mobile menu to allow run/compile/etc… for a Mobile device.
- Restructured the PProject class, no more Target platform selection.
- Fixed Case() expressions when using (expr) syntax.
- Fixed Using statement when loading from .ppc file.
- Fixed custom draw controls to work on Windows Mobile. (PPanel, PShape, PQuickButton).
- Fixed system colors on Windows Mobile.


