Page 1 of 2

PureBasic 4.40 beta 5 is out

Posted: Sun Oct 11, 2009 11:42 pm
by Fred
Hello,

We decided to release a new beta quickly after the previous one, as it was plagued by some severe bugs which could restrain further testing. This is only a bug fix release and we encourage every one who can to test it, as we believe it has reach a stable point and we are close to the final release. You can grab it on your online account.

For other beta news:

viewtopic.php?p=295524#295524

Have fun !

The Fantaisie Software team.

Re: PureBasic 4.40 beta 5 is out

Posted: Mon Oct 12, 2009 12:05 am
by luis
Fred, first of all thank you for your great work !

and a question...

What happen to the bugs (or assumed bugs) still not fixed when the 4.40 final will be released ?

What I mean is: sometime a bug is not really a bug or maybe you choose to not "fix" what someone reported as a bug for some reason... and usually you or freak give a reason.

Are the bugs not marked in some way by yourself or freak to be considered not fixable in this version but they will hopefully fixed in the future? Or if not fixed before the release of a stable version and not "replied to" are to be considered as rejected ?

Just to understand the modus operandi for future reference.

Re: PureBasic 4.40 beta 5 is out

Posted: Mon Oct 12, 2009 1:06 pm
by Fred
There is an internal classification, about the time needed to fix a bug and its severity. We always try to fix showstopper bugs before releasing a final.

Re: PureBasic 4.40 beta 5 is out

Posted: Mon Oct 12, 2009 8:06 pm
by PMV
Fred wrote:... and we encourage every one who can to test it, as we believe it has reach a stable point and we are close to the final release.
Great ... i tested this Beta 5 with my current mainprojekt and it works perfect without any change. :shock:

... after that first run i changed a linked list into a map and it works also perfect, work of 5 min ... unbelivable. :wink:

MFG PMV

Re: PureBasic 4.40 beta 5 is out

Posted: Tue Oct 13, 2009 4:15 pm
by Demivec
Technically this post would be a feature request for the next beta but it could be addressed in the current beta cycle.

The command FillMemory(*Memory, Size [, Value [, Type]]) only includes types of #PB_Byte, #PB_Word, and #PB_Long.

Shouldn't it also include #PB_Integer and #PB_Quad?

Re: PureBasic 4.40 beta 5 is out

Posted: Tue Oct 13, 2009 8:40 pm
by DoubleDutch
Thanks for the update. :)

Re: PureBasic 4.40 beta 5 is out

Posted: Thu Oct 15, 2009 3:51 am
by oryaaaaa
Thanks update, Please support Snow MacOSX.

Re: PureBasic 4.40 beta 5 is out

Posted: Sat Oct 17, 2009 3:50 pm
by Digital Wargames
Thank you for the new beta :D

Re: PureBasic 4.40 beta 5 is out

Posted: Tue Oct 27, 2009 1:57 pm
by PB
> For other beta news:
> viewtopic.php?p=295524#295524

The above link is not clickable.

Re: PureBasic 4.40 beta 5 is out

Posted: Tue Oct 27, 2009 2:58 pm
by Kaeru Gaman
http://www.purebasic.fr/english/viewtop ... 524#295524

you can't just copy/paste links that are shortened by the forums software...

Re: PureBasic 4.40 beta 5 is out

Posted: Tue Oct 27, 2009 6:12 pm
by cas
I can't see that there is strictly written 'URL' or just 'link' in first post.
It only says that for other beta news is viewtopic.php?p=295524#295524 and we all know where is this.
Sure, it would be better if this was a link because some of us have problems doing things manually. :shock:

Re: PureBasic 4.40 beta 5 is out

Posted: Tue Oct 27, 2009 8:17 pm
by PB
> you can't just copy/paste links that are shortened by the forums software

That's the point I was making. ;) Entire links need to be posted in messages, otherwise there's no quick way to follow them. The old forums didn't have this problem, so maybe it's just a setting that needs tweaking.

Re: PureBasic 4.40 beta 5 is out

Posted: Fri Oct 30, 2009 11:55 am
by Didelphodon
One of the new features said ...
- Added: Structure assignment copies the structure (a.point = b.point)
I guess that this works just for static variables and not pointers ...

Code: Select all

*a = @a.point
*b = @b.point
*a.point = *b.point
... so this won't work, does it?

EDIT: Though it's just logical that this won't work cause it's just a address-copy it might be worth a note in the help-files :roll:

Cheers,
Didel.

Re: PureBasic 4.40 beta 5 is out

Posted: Sat Oct 31, 2009 7:38 pm
by blueznl
Will we have a beta 6? I'd like to fool around with the (close to) final version to test a bit more directx / synchronisation things...

Re: PureBasic 4.40 beta 5 is out

Posted: Sun Nov 01, 2009 1:25 am
by aaron
This looks to be close to final.... the bug reports are drying up I think.