NO

Author Topic: Version 4.50 released  (Read 8378 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 4.50 released
« on: September 01, 2006, 02:54:52 PM »
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
/Pelle

Ngan Lo

  • Guest
Version 4.50 released
« Reply #1 on: September 02, 2006, 06:18:47 AM »
Pelle, thx so much for the new release ~~! :D

i really dont know there is D3D module for WinMobile5, great works ~~   :)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 4.50 released
« Reply #2 on: September 02, 2006, 12:23:37 PM »
Quote from: "Ngan Lo"
Pelle, thx so much for the new release ~~! :D

Thanks! :-)

Quote from: "Ngan Lo"

i really dont know there is D3D module for WinMobile5, great works ~~   :)

Yeah, it's pretty cool... :-)
/Pelle

Offline MrBcx

  • Global Moderator
  • Member
  • *****
  • Posts: 175
    • Bcx Basic to C/C++ Translator
Version 4.50 released
« Reply #3 on: September 02, 2006, 07:59:24 PM »
Thank you Pelle!

You're compiler suite is such a joy to use.

Small, fast, powerful and reliable ... what a winning combination!

I plan to use Pelles C for years to come --  =D>

Best Regards,
Kevin Diggins
~ MrBcx ~
www.bcxgurus.com
Bcx Basic to C/C++ Translator
https://www.BcxBasicCoders.com

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 4.50 released
« Reply #4 on: September 02, 2006, 09:16:52 PM »
Very nice to hear -- thank you, Kevin! :-)

Pelle
/Pelle

thomasy

  • Guest
soooo great
« Reply #5 on: September 03, 2006, 07:21:12 AM »
it's soooo great, very thanks for your hard work, Pelle! =D>

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 4.50 released
« Reply #6 on: September 03, 2006, 12:58:46 PM »
Thank you! :-)
/Pelle

Frontier

  • Guest
Version 4.50 released
« Reply #7 on: September 12, 2006, 09:09:38 PM »
Hello Pelle, thank you very much for your work on this excellent tool.

Unfortunately, the main setup distribution link for v4.50 does not work :(

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 4.50 released
« Reply #8 on: September 13, 2006, 01:29:57 PM »
Thanks!

The link should work now. I'm not very happy with the current web hosting company, so I will have to move... again... sigh.
/Pelle

Frontier

  • Guest
Version 4.50 released
« Reply #9 on: September 13, 2006, 01:37:41 PM »
Quote from: "Pelle"
Thanks!

The link should work now. I'm not very happy with the current web hosting company, so I will have to move... again... sigh.


Thanks, I'm getting it now (can't wait for the download to finish)  :D