Page 6 of 10

Re: PureBasic 6.20 beta 1 is out !

Posted: Sun Dec 22, 2024 6:19 pm
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 :)

Re: PureBasic 6.20 beta 2 is out !

Posted: Sun Dec 22, 2024 7:31 pm
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.

Re: PureBasic 6.20 beta 2 is out !

Posted: Tue Dec 24, 2024 1:43 pm
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.

Re: PureBasic 6.20 beta 2 is out !

Posted: Mon Jan 13, 2025 6:51 pm
by minimy
Im too late but... :oops:
Yeeehaaa!! Thanks a lot Fred!! :D
Ogre 1.4 are excelent news!!
PureBasic for ever!!

Re: PureBasic 6.20 beta 3 is out !

Posted: Fri Jan 17, 2025 4:09 pm
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.

Re: PureBasic 6.20 beta 3 is out !

Posted: Fri Jan 17, 2025 5:53 pm
by HeX0R
Yeah, great!
Thank you so much!

Re: PureBasic 6.20 beta 3 is out !

Posted: Fri Jan 17, 2025 6:27 pm
by Quin
Thanks as always Fred!

Re: PureBasic 6.20 beta 3 is out !

Posted: Fri Jan 17, 2025 6:32 pm
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?

Re: PureBasic 6.20 beta 3 is out !

Posted: Fri Jan 17, 2025 11:52 pm
by PrincieD
Excellent! thanks Fred :)

Re: PureBasic 6.20 beta 3 is out !

Posted: Sat Jan 18, 2025 9:43 am
by useful
Is webview available in qt?
Or just gtk3?

Re: PureBasic 6.20 beta 3 is out !

Posted: Sat Jan 18, 2025 12:58 pm
by Fred
Just GTK3

Re: PureBasic 6.20 beta 3 is out !

Posted: Sat Jan 18, 2025 1:44 pm
by kenmo
Thanks for this! :D Testing on Linux first.

Re: PureBasic 6.20 beta 3 is out !

Posted: Sun Jan 19, 2025 11:57 pm
by PrincieD
Hi Fred, when using the new user lib do un-used procedures get pruned from the build?

Re: PureBasic 6.20 beta 3 is out !

Posted: Mon Jan 20, 2025 12:06 am
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)

Re: PureBasic 6.20 beta 3 is out !

Posted: Mon Jan 20, 2025 12:07 am
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