PureBasic 4.50 Beta 4 released!
-
- Enthusiast
- Posts: 276
- Joined: Fri Apr 25, 2003 5:06 pm
- Location: Gummersbach - Germany
- Contact:
Re: PureBasic 4.50 Beta 1 released!
Happy Birthday Fred and thx for the great work!
The Human Code Machine / Masters' Design Group
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: PureBasic 4.50 Beta 1 released!
Happy Birthday and thanks for the update... 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Re: PureBasic 4.50 Beta 1 released!
Happy Birthday Fred!
Mine is the same as this version.
You guys are Awesome!
Mine is the same as this version.

You guys are Awesome!
Re: PureBasic 4.50 Beta 1 released!
Huh? Which forum thread shall this sentence point to?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: .
PB 4.30
Code: Select all
onErrorGoto(?Fred)
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: PureBasic 4.50 Beta 1 released!
Will wait till April 2nd to download!
Featurs look great!!! Happy BDay Fred! Perkin!

Featurs look great!!! Happy BDay Fred! Perkin!
Re: PureBasic 4.50 Beta 1 released!
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....


... And happy birthday, Fred!
PB 6.21 beta, PureVision User
Re: PureBasic 4.50 Beta 1 released!
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
), 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.

Many good things to look over but only a few lines of description.
One question (or group of questions

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.
Re: PureBasic 4.50 Beta 1 released!
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 !
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: PureBasic 4.50 Beta 2 released!
Thanks a lot!
That's great.
That's great.
Re: PureBasic 4.50 Beta 2 released!
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
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.
Two growing code-collections: WinApi-Lib by RSBasic ~ LinuxAPI-Lib by Omi
Missing a download-file on the forums? ~ check out this backup page.
Missing a download-file on the forums? ~ check out this backup page.
Re: PureBasic 4.50 Beta 2 released!
What's the difference between beta 1 and 2?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Re: PureBasic 4.50 Beta 2 released!
Bug fixes.
Re: PureBasic 4.50 Beta 2 released!
Very useful Vera, thanks!Vera wrote:Hello,
again I've compared the compilerfunctions (pb 4.41 -> 4.50)
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
A little PureBasic review
Re: PureBasic 4.50 Beta 2 released!
WHAT? There are bugs in it?
Haven't really found any yet, seems good and solid here

Haven't really found any yet, seems good and solid here

I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Re: PureBasic 4.50 Beta 2 released!
@Vera: Thanks for the list.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
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)