PureBasic 4.50 Beta 4 released!

Developed or developing a new product in PureBasic? Tell the world about it.
THCM
Enthusiast
Enthusiast
Posts: 276
Joined: Fri Apr 25, 2003 5:06 pm
Location: Gummersbach - Germany
Contact:

Re: PureBasic 4.50 Beta 1 released!

Post by THCM »

Happy Birthday Fred and thx for the great work!
The Human Code Machine / Masters' Design Group
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureBasic 4.50 Beta 1 released!

Post by DoubleDutch »

Happy Birthday and thanks for the update... :D
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
skywalk
Addict
Addict
Posts: 4210
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 4.50 Beta 1 released!

Post by skywalk »

Happy Birthday Fred!
Mine is the same as this version. :)

You guys are Awesome!
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Re: PureBasic 4.50 Beta 1 released!

Post by AND51 »

PB Account wrote: If you want to beta test the next version of PureBasic feel free to download it and test it. Please remember to backup your current PureBasic directory before installing the beta. More informations can be found on this forum thread: .
Huh? Which forum thread shall this sentence point to?
PB 4.30

Code: Select all

onErrorGoto(?Fred)
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: PureBasic 4.50 Beta 1 released!

Post by Rook Zimbabwe »

Will wait till April 2nd to download! :wink:

Featurs look great!!! Happy BDay Fred! Perkin!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
zikitrake
Addict
Addict
Posts: 868
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Re: PureBasic 4.50 Beta 1 released!

Post by zikitrake »

freak wrote:...The ability to select the used compiler in the compiler options allows to easily switch between different versions from the same IDE. It also allows to easily build and debug 32bit and 64bit applications from one IDE....
:shock: :!: Thank you, PB team!!!

... And happy birthday, Fred!
PB 6.21 beta, PureVision User
User avatar
Demivec
Addict
Addict
Posts: 4259
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: PureBasic 4.50 Beta 1 released!

Post by Demivec »

Thanks for the new beta! Happy birthday Fred, happy birthday Perkin. :)

Many good things to look over but only a few lines of description.
One question (or group of questions :wink:), what are the details of using Arrays in structures? For instance, can they be dynamic?

I know with some preliminary testing I am experiencing some corruption of structured data accessed via pointers but haven't been able to narrow it down yet. All was well with it in v4.41 though.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.50 Beta 1 released!

Post by Fred »

The beta 2 is now online, it fixes the major issues encountered in the first beta. Happy testing and thanks all for the kind words !
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by Psychophanta »

Thanks a lot!
That's great.
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
Vera
Addict
Addict
Posts: 858
Joined: Tue Aug 11, 2009 1:56 pm
Location: Essen (Germany)

Re: PureBasic 4.50 Beta 2 released!

Post by Vera »

Hello,

again I've compared the compilerfunctions (pb 4.41 -> 4.50) to get a pure list with all / new / removed or changed functions I'd like to share with you: compiler-function-list-text

greetings ~ Vera
Last edited by Vera on Sun Jul 18, 2010 11:49 am, edited 1 time in total.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by GeoTrail »

What's the difference between beta 1 and 2?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by Fred »

Bug fixes.
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PureBasic 4.50 Beta 2 released!

Post by luis »

Vera wrote:Hello,

again I've compared the compilerfunctions (pb 4.41 -> 4.50)
Very useful Vera, thanks!

Did you write some kind of program to automate this ?


BTW: Happy Birthday Fred and thank you (and all the team) as always.
Last edited by luis on Fri Apr 02, 2010 4:48 pm, edited 1 time in total.
"Have you tried turning it off and on again ?"
A little PureBasic review
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Re: PureBasic 4.50 Beta 2 released!

Post by GeoTrail »

WHAT? There are bugs in it? :lol:
Haven't really found any yet, seems good and solid here ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
Demivec
Addict
Addict
Posts: 4259
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: PureBasic 4.50 Beta 2 released!

Post by Demivec »

Vera wrote:again I've compared the compilerfunctions (pb 4.41 -> 4.50) to get a pure list with all / new / removed or changed functions I'd like to share with you: compiler-function-list-text
@Vera: Thanks for the list.

There are apparently some useful things in it that were left out of the beta announcement.

Additional Math functions:
  • - Mod(a,b) for floating point
    - Sign(a) for floating point

Specifically for debugging (mentioned but not detailed):
  • - ClearDebugOutput()
    - SaveDebugOutput(filename$)
    - ShowDebugOutput()
    - ShowAssemblyViewer()
    - ShowCallstack()
    - ShowLibraryViewer(Library$ [,Object])
    - ShowMemoryViewer([*Buffer, length])
    - ShowProfiler()
    - ShowVariableViewer()
    - ShowWatchlist()
    - ResetProfiler()
    - StartProfiler()
    - StopProfiler()
    - PurifierGranularity(GlobalGranularity, LocalGranularity, StringGranularity, DynamicGranularity)
Post Reply