PureBasic 6.21 is out !
Re: PureBasic 6.21 beta 7 is out !
It is recommended that PB will no longer post the beta version. For example, full version 6.20, 6.30, indicating that the official ourselves have a bigger more rigorous improvement.
full version 6.3 * represents small improvements. When users have small requirements and expectations, you can choose it.
full version 6.3 * represents small improvements. When users have small requirements and expectations, you can choose it.
my pb for chinese:
http://ataorj.ys168.com
http://ataorj.ys168.com
Re: PureBasic 6.21 beta 7 is out !
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: PureBasic 6.21 beta 7 is out !
Who recommended not to release beta anymore.gurj wrote: Wed Apr 30, 2025 10:48 pm It is recommended that PB will no longer post the beta version. For example, full version 6.20, 6.30, indicating that the official ourselves have a bigger more rigorous improvement.
full version 6.3 * represents small improvements. When users have small requirements and expectations, you can choose it.
We as a community support Fred in testing and finding errors with the PureBasic Beta versions.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
-
- Addict
- Posts: 4775
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: PureBasic 6.21 beta 7 is out !
I doubt that Mr. gurj knows what a beta version is ...
- marcoagpinto
- Addict
- Posts: 1039
- Joined: Sun Mar 10, 2013 3:01 pm
- Location: Portugal
- Contact:
Re: PureBasic 6.21 beta 7 is out !
I think you're right, they seemed to be referring to minor versions, like 6.21, 6.22, etc...
For what reason? I do not know.

-
- Addict
- Posts: 4775
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: PureBasic 6.21 beta 7 is out !
I tested several source codes with PB 6.21 beta 7 (x64) on Windows 11, and did not encounter any problems. 
Many thanks
Many thanks

Re: PureBasic 6.21 beta 7 is out !
Thanks. My codes compile and work with beta 7.
Re: PureBasic 6.21 beta 7 is out !
I've compiled multiple large applications that use many internal PB libraries, as well as many API calls with beta7 on both Windows 10/11 IoT LTSC and macOS 15 
No issues.

No issues.
- DeanH
- Enthusiast
- Posts: 274
- Joined: Wed May 07, 2008 4:57 am
- Location: Adelaide, South Australia
- Contact:
Re: PureBasic 6.21 beta 7 is out !
I just noticed the icons displayed with MenuItemImage are no longer a set size. Menubar dropdowns are showing varying size icons. Documentation still says the icons should be 16 x 16. I gather this is a new change.
The icon images in my programs are loaded with
and displayed with (example)
Most of the icons are ico type. I tried ResizeImage but it returns an error saying the image type cannot be resized.
Is there any way to fix the icon size to 16x16?
The icon images in my programs are loaded with
Code: Select all
Manualsicon:
IncludeBinary "Stock\book-ico.ico"
Code: Select all
If CreateImageMenu(0,WindowID(MainMenu))
MenuTitle("File")
MenuItem(31000,"Circulation",ImageID(Manualsicon))
MenuItem(31001,"Search",ImageID(searchicon))
MenuBar()
MenuItem(#EXITBUTTON,"Close",ImageID(exiticon))
MenuTitle("Edit")
MenuItemImage(9272,"Backup",?mainmenubackupicon)
MenuTitle("View")
;MenuItemImage(9266,"Help desk message",?mainmenunotepadicon)
EndIf
Is there any way to fix the icon size to 16x16?
Re: PureBasic 6.21 beta 7 is out !
Thank you Fred... and Chapeau ! 
I truly admire and appreciate your determination to quash those bugs.
It's getting harder and harder for them to hide...
Keep it up.
I truly admire and appreciate your determination to quash those bugs.

It's getting harder and harder for them to hide...

Keep it up.
Last edited by Blue on Fri May 02, 2025 5:30 pm, edited 1 time in total.
PB Forums : Proof positive that 2 heads (or more...) are better than one 

Re: PureBasic 6.21 beta 7 is out !
Thanks, Fred! I, too, find your bug squatting frenzy quite impressive lately, well done! 

Re: PureBasic 6.21 beta 8 is out !
Two more fixes to test before going final:
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
Re: PureBasic 6.21 beta 8 is out !
Very nice work Fred, thanks!
Re: PureBasic 6.21 beta 8 is out !
Thanks a lot, my favorite patch so far!
Awesome work, Fred.

Awesome work, Fred.


Now these points of data make a beautiful line,
And we're out of Beta, we're releasing on time.
And we're out of Beta, we're releasing on time.