NO

Author Topic: Version 9.00 (RC3) is now available  (Read 3915 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 9.00 (RC3) is now available
« on: July 07, 2018, 07:50:04 PM »
Last Release Candidate.

Pelles C version 9.00 (RC3) is now available for download:
http://www.smorgasbordet.com/pellesc/download.htm

Major changes:
http://www.smorgasbordet.com/pellesc/changes_800_900.htm

Changes for RC3:
  • Fixed IDE exception in binary dump window when handling AIM_GET_DOCUMENT_INFO_W message for an unsaved file.
  • Clean IDE statusbar residue when switching to a web window tab (including the Start page).
  • Attempt to run IDE tools with elevated rights when needed.
  • Don't strip path from filename in misc debug information from linker (EXE, DLL, and DBG files).
  • Fixed problem with 64-bit shift operations in binary operators on X86.
  • Added AddIn_GetProjectTarget() macro.
  • Fixed problems with composite file in File Differences (extra linefeeds, and menu choice enabled too often).
  • Removed incomplete translations from the Setup.
  • The C17 standard is now official, published as ISO/IEC 9899:2018 (and no, I wouldn't spend 198 CHF on it).

/Pelle
/Pelle

Offline Christian

  • Administrator
  • Member
  • *****
  • Posts: 142
    • http://www.pellesc.de
Re: Version 9.00 (RC3) is now available
« Reply #1 on: July 09, 2018, 09:28:34 PM »
Hi Pelle, are there any translation changes?
www.pellesc.de - German PellesC mirror (now available in german and english)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Version 9.00 (RC3) is now available
« Reply #2 on: July 10, 2018, 01:49:22 PM »
Hi Pelle, are there any translation changes?
Nothing added. I found an unused dialog, so removed that (and updated dialog IDs in ids.h).
/Pelle