Page 1 of 3

PureBasic 4.00 - Beta 11

Posted: Tue Apr 18, 2006 10:20 pm
by Fred
The story continues ;). We changed an internal feature to allow to write user libraries more easily, so it needs another round of beta test to ensure than all is still correct. The 'Simple' library example in the SDK folder has been updated to reflect this. This beta also brings the following enhancement:

Code: Select all

IDE:
  - added accessibility color option
  - added 'save all' for autosave option
  - added question before deleting template (optional)
  - updated editor.catalog english language file
Have fun,

The Fantaisie Software Team.

Posted: Tue Apr 18, 2006 10:25 pm
by freak
Also this beta contains an updated 'Editor.catalog' file, as well as the language changelog since 3.94 in the ide
so those who translated the language files can start updating them.

Posted: Tue Apr 18, 2006 10:27 pm
by Flype
Thank you guys.

take whilst it's hot :P

Posted: Tue Apr 18, 2006 10:29 pm
by Nik
where is the stickiness

Posted: Tue Apr 18, 2006 10:34 pm
by Killswitch
Hopefully not your keyboard :lol:

Posted: Tue Apr 18, 2006 10:45 pm
by netmaestro
Thanks men! The library update sounds very good, can't wait to try it out.

Posted: Tue Apr 18, 2006 10:50 pm
by Inf0Byt3
Oh yeah! Thanks.

Posted: Tue Apr 18, 2006 11:04 pm
by techjunkie
Thanks a lot!! :D

PB4B11 -- Help?

Posted: Tue Apr 18, 2006 11:52 pm
by USCode
Sorry, what do I need to do to get the help (English) to work?

Posted: Tue Apr 18, 2006 11:54 pm
by Inf0Byt3
Hmm, it works here... Strange. Does a reboot fix the problem? Or try killing all hh.exe you find in memory.

Re: PB4B11 -- Help?

Posted: Tue Apr 18, 2006 11:59 pm
by Fred
USCode wrote:Sorry, what do I need to do to get the help (English) to work?
Just copy the english purebasic.chm in you PB dir and it should work.

Help

Posted: Wed Apr 19, 2006 12:01 am
by USCode
Nevermind, figured it out, I had copied the .chm to the wrong directory ... thanks.

Posted: Wed Apr 19, 2006 2:51 am
by radar
Many thanks Fred,

thanks too for fixing the Visual Designer "OpenWindow" definition.

Posted: Wed Apr 19, 2006 12:02 pm
by dmoc
We changed an internal feature to allow to write user libraries more easily
@Fred: for those of us struggling to keep up with all these changes, could u be a bit more explicit? :P

Posted: Wed Apr 19, 2006 1:17 pm
by remi_meier
Just take a look into \Library SDK\LccWin32\SimpleLibrary\StringMultiply.c.
Above the function there is a short description which should help you :)


Edit: What I'm not sure of: I'm writing an ASM library, it seems that I
mustn't remove the additional parameter from stack. Is that true?