Page 1 of 4
PureBasic 4.10 Beta 2
Posted: Tue Jun 12, 2007 11:24 pm
by Fred
Hi folks,
The second public beta of the forthcoming 4.10 version of PureBasic is available for download in your download account

. It fixes the vast majority of the bugs reported since the first Beta, but please don't relax and give us more useful bug reports so we can proudly release a very reliable final release.
Code: Select all
- removed 'Flags' parameter from ScintillaGadget
- new callback format (see english helpfile)
- optional parameters for ScintillaSendMessage()
Thanks to all beta testers !
The Fantaisie Software Team.
Posted: Tue Jun 12, 2007 11:31 pm
by freak
This is the new format of the Scintilla callback:
Code: Select all
ProcedureDLL ScintillaCallBack(Gadget, *scinotify.SCNotification)
;
; The ProcedureDLL declaration is important for the callback to work correctly on MacOSX,
; on all other OS it has no effect.
;
EndProcedure
(the other parameters of the old callback were quite useless)
Posted: Tue Jun 12, 2007 11:58 pm
by freak
If anyone allready downloaded, please do so again as the wrong package (still beta1) was online.
Posted: Wed Jun 13, 2007 1:18 am
by JCV
Thank you!

Posted: Wed Jun 13, 2007 2:00 am
by Dare
Great! Thanks!
Am using the beta's for exclusively and within the limits of what I am doing they have, so far, worked fine.
Posted: Wed Jun 13, 2007 8:12 am
by Kale
Still can't download this version as it says 'Password invalid' in the user account section. I have sent Fred 2 PMs but no response! C'mon guys.
Posted: Wed Jun 13, 2007 8:27 am
by gnozal
Kale wrote:Still can't download this version as it says 'Password invalid' in the user account section. I have sent Fred 2 PMs but no response! C'mon guys.
Works here 9:25 [GMT+2]
PB team rocks.
Posted: Wed Jun 13, 2007 10:46 am
by Fangbeast
Thanks for the hard work and the flow of beta's guys. Fun playing.
Posted: Wed Jun 13, 2007 2:47 pm
by Inf0Byt3
Thank you! This is awesome!
Posted: Wed Jun 13, 2007 3:06 pm
by netmaestro
Thanks so much for this! I'm thrilled with the power PureBasic keeps putting on, at this rate it won't be long before PB is generally recognized as the Gold Standard against which all other development platforms are judged. It's already that now, in my opinion. Hats off to very fine work.
Posted: Wed Jun 13, 2007 5:37 pm
by byo
Thanks a lot, Fred and team.

Keep up the good work.
You guys should add netmaestro's post above in the
User Comments section of the website because if he says Purebasic is gold then it really is, for sure.
Posted: Wed Jun 13, 2007 7:21 pm
by GeoTrail
Man, I'm always late for these things hehehe.
Good work guys
Would be great to have a newsletter feature, where registered users would get an email when there is a new version/beta version available

Posted: Wed Jun 13, 2007 7:28 pm
by GeoTrail
I just got an error with the beta 2 version with a code I compiled without problems on beta 1.
[20:27:13] [COMPILER] The following PureLibrary is missing: CipherExtension
Posted: Wed Jun 13, 2007 8:08 pm
by Trond
GeoTrail wrote:I just got an error with the beta 2 version with a code I compiled without problems on beta 1.
[20:27:13] [COMPILER] The following PureLibrary is missing: CipherExtension
I bet you have an old userlib installed.
Posted: Wed Jun 13, 2007 8:29 pm
by byo