PureBasic 6.20 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.20 beta 1 is out !

Post by Quin »

User_Russian wrote: Sun Dec 22, 2024 5:33 pm
Fred wrote: Thu Dec 12, 2024 6:02 pm Yes, it's missing from the package, it will be added for the next beta.
The next beta version, i.e. 2, still has a message error due to ucrt.lib
Tested in windows arm64.
Maybe a problem with ARM64 only, I just tried on Windows 10 x64 and it worked flawlessly with 6.20 beta 2 :)
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

Re: PureBasic 6.20 beta 2 is out !

Post by fryquez »

Thanks for windows arm64 support, works great.

I think libucrt.lib should be ditched.
There is no point for static linking, as all Windows ARM systems already have the UCRT runtime.
User avatar
Sicro
Enthusiast
Enthusiast
Posts: 559
Joined: Wed Jun 25, 2014 5:25 pm
Location: Germany
Contact:

Re: PureBasic 6.20 beta 2 is out !

Post by Sicro »

Thanks to the PB team and the contributors on GitHub (or via other ways) for the great new features, improvements and bug fixes.
Image
Why OpenSource should have a license :: PB-CodeArchiv-Rebirth :: Pleasant-Dark (syntax color scheme) :: RegEx-Engine (compiles RegExes to NFA/DFA)
Manjaro Xfce x64 (Main system) :: Windows 10 Home (VirtualBox) :: Newest PureBasic version
User avatar
minimy
Enthusiast
Enthusiast
Posts: 551
Joined: Mon Jul 08, 2013 8:43 pm
Location: off world

Re: PureBasic 6.20 beta 2 is out !

Post by minimy »

Im too late but... :oops:
Yeeehaaa!! Thanks a lot Fred!! :D
Ogre 1.4 are excelent news!!
PureBasic for ever!!
If translation=Error: reply="Sorry, Im Spanish": Endif
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.20 beta 3 is out !

Post by Fred »

2025-01-17: Happy New Year everyone ! The 6.20 beta 3 is available for testing and comes some new stuffs with more fixes:

Code: Select all

- Added QT based IDE on Linux (thanks Fr34k) ! It's still early stage and could be unstable, feedback is welcome. Another prefs file is used (purebasic_qt.prefs) as some saved values aren't compatiable with the GTK version.
- Added external colorscheme support for the IDE to easily share them (thanks Kenmo !)
- Added string above 2GB support for 64-bit versions of PureBasic. Such big strings will be probably slow to handle, but it could be useful for simple operations.

Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
User avatar
HeX0R
Addict
Addict
Posts: 1187
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

Re: PureBasic 6.20 beta 3 is out !

Post by HeX0R »

Yeah, great!
Thank you so much!
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.20 beta 3 is out !

Post by Quin »

Thanks as always Fred!
User avatar
minimy
Enthusiast
Enthusiast
Posts: 551
Joined: Mon Jul 08, 2013 8:43 pm
Location: off world

Re: PureBasic 6.20 beta 3 is out !

Post by minimy »

After reading the entire post, I must also thank pf_shadoko for his contribution to Ogre1.4 and amazing examples.
And thanks again to all the PB team!

A forever noob question: :mrgreen:
PB 6.20 and Ogre1.4 can run over macos catalina?
If translation=Error: reply="Sorry, Im Spanish": Endif
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: PureBasic 6.20 beta 3 is out !

Post by PrincieD »

Excellent! thanks Fred :)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: PureBasic 6.20 beta 3 is out !

Post by useful »

Is webview available in qt?
Or just gtk3?
Dawn will come inevitably.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.20 beta 3 is out !

Post by Fred »

Just GTK3
User avatar
kenmo
Addict
Addict
Posts: 2032
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 6.20 beta 3 is out !

Post by kenmo »

Thanks for this! :D Testing on Linux first.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: PureBasic 6.20 beta 3 is out !

Post by PrincieD »

Hi Fred, when using the new user lib do un-used procedures get pruned from the build?
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1282
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Re: PureBasic 6.20 beta 3 is out !

Post by Paul »

PrincieD wrote: Sun Jan 19, 2025 11:57 pm Hi Fred, when using the new user lib do un-used procedures get pruned from the build?
According to Fred's first post...
There is some limitation for PureBasic purelibrary:
- No debugger support (in progress)
- All functions are compiled in the same object, which means the library will always includes all the functions in the final executable.
- No help support (in progress)
Image Image
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: PureBasic 6.20 beta 3 is out !

Post by PrincieD »

Paul wrote: Mon Jan 20, 2025 12:06 am
PrincieD wrote: Sun Jan 19, 2025 11:57 pm Hi Fred, when using the new user lib do un-used procedures get pruned from the build?
According to Fred's first post...
There is some limitation for PureBasic purelibrary:
- No debugger support (in progress)
- All functions are compiled in the same object, which means the library will always includes all the functions in the final executable.
- No help support (in progress)
Ahh that's a bugger, might as well compile to a DLL then
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Post Reply