Version 4.50 is now available from the download page
(
http://www.smorgasbordet.com/pellesc/download.htm )
Changes from Beta 5:
* Fixed a problem in POIDE with the matching braces view (the ' character in comments, for example).
* Some problems using true color bitmaps in XP menus, so changed back to 256 colors.
* Minor changes in the remote debugger (Windows Mobile).
* Small improvements in the definitions generated by the TypeLib add-in sample.
* Fixed a problem in POASM with CINCLUDE (hexadecimal constants advanced one character too much).
* Added warning to POCC for
if (v = x) ..., since you
probably meant
if (v == x) ... ( To get rid of the warning, use if ((v = x) != 0) ... - the same code will be generated ).
* Changed InitCommonControls() to InitCommonControlsEx() in the Win32 application wizard.
* Added files (mostly Windows Mobile 5): activesync.h, ceddraw.h, cfgmgrapi.h, connmgr.h, connmgr_conntypes.h, connmgr_proxy.h, connmgr_status.h, d3dm.h, d3dmcaps.h, d3dmtypes.h, d3dmx.h, d3dmxerr.h, d3dmxmath.h, d3dmxtex.h, devload.h, devmgmt.h, fdrm.h, getdeviceuniqueid.h, gpsapi.h, lass.h, pm.h, regext.h, service.h, soundfile.h, snapi.h, windbase_edb.h, d3dmx.dll (Bin directory), d3dmx.lib, gpsapi.lib.
Pelle