Note: The project file (*.ppj) version is different, so once loaded in 4.0 they will not load in any previous version.
Changes from Beta 4 to Beta 5:
* bugfix: another case when the project output directory wasn't created by the IDE - the logic is now revised.
* bugfix: switching from a source code window to another window, and back again, would reset the caret position when positioned at an "indent point".
* bugfix: the POCRT.DLL startup code failed on Windows 9X.
* bugfix: unreferenced parameters in fastcall functions were counted as stack-based parameters by the compiler (so the emitted return instruction could be wrong).
* bugfix: leaving a _except block with an unconditional goto gave the compilers "unreachable code" detection huge problems.
* Added C runtime functions _stristr, _wcsistr, _strichr, _wcsichr, _strrichr, _wcsrichr, _memichr and _wmemichr.
* Added a missing definition to winspool.h (PRINTPROCESSOR_CAPS_1).
* A little more tweaking of the C parser in the browse info builder (pobr.dll).
Changes to version 4.00:
http://www.smorgasbordet.com/pellesc/changes_300_400.htmMain setup:
http://www.smorgasbordet.com/pellesc/400/setup.exeAdd-in setup:
http://www.smorgasbordet.com/pellesc/400/setupsdk.exePelle