PureBasic 4.40 beta 5 is out

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 16688
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

PureBasic 4.40 beta 5 is out

Post 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.
User avatar
luis
Addict
Addict
Posts: 3876
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PureBasic 4.40 beta 5 is out

Post 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.
"Have you tried turning it off and on again ?"
A little PureBasic review
Fred
Administrator
Administrator
Posts: 16688
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.40 beta 5 is out

Post 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.
PMV
Enthusiast
Enthusiast
Posts: 727
Joined: Sat Feb 24, 2007 3:15 pm
Location: Germany

Re: PureBasic 4.40 beta 5 is out

Post 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
User avatar
Demivec
Addict
Addict
Posts: 4091
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: PureBasic 4.40 beta 5 is out

Post 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?
User avatar
DoubleDutch
Addict
Addict
Posts: 3219
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureBasic 4.40 beta 5 is out

Post by DoubleDutch »

Thanks for the update. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
oryaaaaa
Enthusiast
Enthusiast
Posts: 791
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: PureBasic 4.40 beta 5 is out

Post by oryaaaaa »

Thanks update, Please support Snow MacOSX.
Digital Wargames
Enthusiast
Enthusiast
Posts: 203
Joined: Sat May 23, 2009 4:39 am

Re: PureBasic 4.40 beta 5 is out

Post by Digital Wargames »

Thank you for the new beta :D
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PureBasic 4.40 beta 5 is out

Post by PB »

> For other beta news:
> viewtopic.php?p=295524#295524

The above link is not clickable.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Re: PureBasic 4.40 beta 5 is out

Post 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...
oh... and have a nice day.
cas
Enthusiast
Enthusiast
Posts: 597
Joined: Mon Nov 03, 2008 9:56 pm

Re: PureBasic 4.40 beta 5 is out

Post 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:
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PureBasic 4.40 beta 5 is out

Post 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.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
Didelphodon
PureBasic Expert
PureBasic Expert
Posts: 448
Joined: Sat Dec 18, 2004 11:56 am
Location: Vienna - Austria
Contact:

Re: PureBasic 4.40 beta 5 is out

Post 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.
Go, tell it on the mountains.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6161
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: PureBasic 4.40 beta 5 is out

Post 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...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
aaron
Enthusiast
Enthusiast
Posts: 267
Joined: Mon Apr 19, 2004 3:04 am
Location: Canada
Contact:

Re: PureBasic 4.40 beta 5 is out

Post by aaron »

This looks to be close to final.... the bug reports are drying up I think.
Post Reply