NO

Author Topic: Version 4.00 Beta #5 available  (Read 9147 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 4.00 Beta #5 available
« on: September 14, 2005, 07:41:31 PM »
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.htm

Main setup:
http://www.smorgasbordet.com/pellesc/400/setup.exe

Add-in setup:
http://www.smorgasbordet.com/pellesc/400/setupsdk.exe

Pelle
/Pelle

JohnF

  • Guest
Version 4.00 Beta #5 available
« Reply #1 on: September 15, 2005, 07:54:30 AM »
Thanks.

John

real

  • Guest
Version 4.00 Beta #5 available
« Reply #2 on: September 15, 2005, 10:44:21 AM »
Beta #4 and Version 4.00.43 is shown in IDE? Is that correct?

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 4.00 Beta #5 available
« Reply #3 on: September 15, 2005, 06:36:28 PM »
Quote from: "real"
Beta #4 and Version 4.00.43 is shown in IDE? Is that correct?

No - should be Beta #5, version 4.00.46...

Pelle
/Pelle

ernest33

  • Guest
A little question :-)
« Reply #4 on: September 15, 2005, 09:46:28 PM »
:mrgreen: Is there is chance to be able to dock the tool window in the ressource editor ?  :oops: please  :wink:

Best regard
Philippe Clec'h

PS : I like to use a font called "Bepa" & "Bepa Mono" but when i select this one the display is corrupted between lines. If you want i can attach these fonts to let you find why this happen  :)

Greg

  • Guest
Version 4.00 Beta #5 available
« Reply #5 on: September 15, 2005, 11:54:02 PM »
Thanks Pelle.

real

  • Guest
Version 4.00 Beta #5 available
« Reply #6 on: September 16, 2005, 07:57:21 AM »
Quote from: "Pelle"

No - should be Beta #5, version 4.00.46...

Pelle

Sorry, at home I also realized it. Here (at work) we use a proxy and cause I'm no proxy-administrator I will not be able to flush the cache. And it's seems that in that cache beta #4 remained :evil:

I fear you don't want to change the name of setup.exe to setup{version}.exe...  :?

ernest33

  • Guest
Another question :-)
« Reply #7 on: September 16, 2005, 01:43:43 PM »
Hi Pelles  :D
I have a little trouble with the command line argument. I want to use something like
Code: [Select]
-I$DATAS\import\ but when i process the argument i got this :
Code: [Select]
DATAS\import\. It seem that $ hide the next char to it :-/. Is it a bug or did i have miss something  :mrgreen:

Best regard
Philippe

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: A little question :-)
« Reply #8 on: September 16, 2005, 07:27:11 PM »
Quote from: "ernest33"
Is there is chance to be able to dock the tool window in the ressource editor ?

I really hate dockable windows myself - probably not...

Pelle
/Pelle

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Another question :-)
« Reply #9 on: September 16, 2005, 07:29:39 PM »
Quote from: "ernest33"
Hi Pelles  :D
I have a little trouble with the command line argument. I want to use something like
Code: [Select]
-I$DATAS\import\ but when i process the argument i got this :
Code: [Select]
DATAS\import\. It seem that $ hide the next char to it :-/. Is it a bug or did i have miss something  :mrgreen:

Best regard
Philippe


The $ character signifies the beginning of a project macro, and is reserved for this purpose. There is no "escape" for this - at least not for now...

Pelle
/Pelle

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Version 4.00 Beta #5 available
« Reply #10 on: September 16, 2005, 07:32:40 PM »
Quote from: "real"
I fear you don't want to change the name of setup.exe to setup{version}.exe...  :?

Not sure I can easily make it automatically - which means a manual change, which probably means I will forget it at some point...

Pelle
/Pelle

ernest33

  • Guest
then...
« Reply #11 on: September 17, 2005, 12:54:58 AM »
...i'll wait to see the future version... :shock:

Philippe