PureBasic 4.31 beta 2 released!
PureBasic 4.31 beta 2 released!
Hello everybody,
A new PureBasic release has entered the beta stage. This is a bugfix-only release, there are no new features. The purpose of this release is to give those that only switch to newer releases once the beta-period is over a stable base to work with while the v4.40 release is going through the alpha and beta stages. We tried to focus on the major bugs in the 4.30 release and skip minor issues. Note that some bigger bugs could not be resolved without major changes to the code and so we postponed these to the next release as well.
You can download it as usual on your user account.
Note: Since there are no new features and we want to get our focus back on the v4.40 release soon, this beta-period will be very short (maybe only one beta release). So if you reported bugs that are now marked as fixed, please test soon to verify that things work as they should now.
The v4.40 release is still a bit away, but we are working very hard on it. The list of new things is quite long again and we still need to work a few things out. Stay tuned.
The PureBasic Team
A new PureBasic release has entered the beta stage. This is a bugfix-only release, there are no new features. The purpose of this release is to give those that only switch to newer releases once the beta-period is over a stable base to work with while the v4.40 release is going through the alpha and beta stages. We tried to focus on the major bugs in the 4.30 release and skip minor issues. Note that some bigger bugs could not be resolved without major changes to the code and so we postponed these to the next release as well.
You can download it as usual on your user account.
Note: Since there are no new features and we want to get our focus back on the v4.40 release soon, this beta-period will be very short (maybe only one beta release). So if you reported bugs that are now marked as fixed, please test soon to verify that things work as they should now.
The v4.40 release is still a bit away, but we are working very hard on it. The list of new things is quite long again and we still need to work a few things out. Stay tuned.
The PureBasic Team
Last edited by freak on Mon May 25, 2009 12:38 am, edited 1 time in total.
quidquid Latine dictum sit altum videtur
Re: PureBasic 4.31 beta1 released!
Wohoo!
And as for 4.40, this made me grin so big I ended up laughing...
And as for 4.40, this made me grin so big I ended up laughing...
It's like a 2nd xmasfreak wrote:The list of new things is quite long again

- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
I tried the beta 4.31 (Win x86) on a 23000+ line program. It found a couple of syntax errors it didn't find before - once I fixed them it compiled fine and all seems to work ok. 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Really syntax errors that were not picked up before.
I'd just typed 'School\Title', rather than 'School\Title=0' and a define didn't have the type, when the procedure had the type.
The new version caught these errors, the old one didn't.
I'd just typed 'School\Title', rather than 'School\Title=0' and a define didn't have the type, when the procedure had the type.
The new version caught these errors, the old one didn't.

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Sources compile and run.
Will be a little more work to go back and identify the "work arounds" and remove them to see if things still work
- as someone else mentioned a "fixed" list would be helpful. perhaps in the future a tag could be added to the FIXED to identify the release so we could just search on that? e.g FIXED 4.31 or something
Looks great so far.
cheers
Will be a little more work to go back and identify the "work arounds" and remove them to see if things still work

- as someone else mentioned a "fixed" list would be helpful. perhaps in the future a tag could be added to the FIXED to identify the release so we could just search on that? e.g FIXED 4.31 or something
Looks great so far.
cheers
Last edited by rsts on Mon May 25, 2009 4:53 pm, edited 2 times in total.