Maybe a problem with ARM64 only, I just tried on Windows 10 x64 and it worked flawlessly with 6.20 beta 2User_Russian wrote: Sun Dec 22, 2024 5:33 pmThe next beta version, i.e. 2, still has a message error due to ucrt.libFred wrote: Thu Dec 12, 2024 6:02 pm Yes, it's missing from the package, it will be added for the next beta.
Tested in windows arm64.
PureBasic 6.20 is out !
Re: PureBasic 6.20 beta 1 is out !
Re: PureBasic 6.20 beta 2 is out !
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.
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 !
Thanks to the PB team and the contributors on GitHub (or via other ways) for the great new features, improvements and bug fixes.

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
Re: PureBasic 6.20 beta 2 is out !
Im too late but...
Yeeehaaa!! Thanks a lot Fred!!
Ogre 1.4 are excelent news!!
PureBasic for ever!!
Yeeehaaa!! Thanks a lot Fred!!
Ogre 1.4 are excelent news!!
PureBasic for ever!!
If translation=Error: reply="Sorry, Im Spanish": Endif
Re: PureBasic 6.20 beta 3 is out !
2025-01-17: Happy New Year everyone ! The 6.20 beta 3 is available for testing and comes some new stuffs with more fixes:
Bugfixes for this version:
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:
- Windows: [Done] Dialog error: '#PB_Editor_TabNavigation' flag is not supported for the following gadget: editor
- Windows: [Done] PB6.20B2 Dialog Panel resizing
- Windows: [Done] 2 Window Conflict Webgadget and WebViewGadget
- Windows: [Done] ClearGadgetItems produces instant event
- Windows: [Done] PB612-PB620b2: FTP Directory entries
- Windows: [Done] SetWindowCallback(): odd behaviour
- Windows: [Done] PB 6.20 b2 PB Lib creation fails with huge library
- Windows: [Done] PB 6.20 b1 ARM64 - Resource error
- Windows: [Done] Arm64 missaligned structures in Residents
- Linux: [Done] PB6.20-beta2 PureLibrary filename in success message wrong
- Linux: [Done] PureBasic strange behaviour on Kubuntu 24.04
- Linux: [Done] PB 6.12 C Backend compiler passing lists by reference bug while in the IDE
- Linux: [Done] PB v6.11/v6.12 Debugger and Ubuntu 24.04
- Linux: [Done] Purebasic debugging session leaves zombie process
- Linux: [Done] PB 6.02 LTS: All 3D stays black and 3D fullscreen is damaging my display settings...
- Linux: [Done] Segmentation fault when running pbcompiler --version on Ubuntu 24.04
- Linux: [Done] CloseNetworkConnection()
- Linux: [Done] StringGadget FrontColor
- Linux: [Done] Linux - Plot() Bug 2D Drawing
- Linux: [Done] Linux ShortcutGadget lowecase vs uppercase
- MacOS: [Done] Drag&Drop on ScintillaGadget doesn't work
- MacOS: [Done] "Invalid memory access" while debugging
- MacOS: [Done] PB 6.12 CanvasContainer mouse leave not sent
- MacOS: [Done] PB 6.12 ResetCoordinates() not working
- MacOS: [Done] PB 6.12 DragText() problem
- MacOS: [Done] Container Content Clipping (Possible Apple Silicon Bug)
- MacOS: [Done] #PB_Canvas_CustomCursor not working
- MacOS: [Done] CanvasGadget on Dialog dimensions
- MacOS: [Done] PB v6.20 b2: pbcompiler segmentation fault
- MacOS: [Done] PB 6.20 Beta 2 Bug - Linker failed
- MacOS: [Done] Error linking with asm compiler x64 version under MacOS 15.1
- Doc: [Done] WaitWindowEvent()
Re: PureBasic 6.20 beta 3 is out !
Yeah, great!
Thank you so much!
Thank you so much!
{Home}.:|:.{Dialog Design0R}.:|:.{Codes}.:|:.{History Viewer Online}.:|:.{Send a Beer}
Re: PureBasic 6.20 beta 3 is out !
Thanks as always Fred!
Re: PureBasic 6.20 beta 3 is out !
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:
PB 6.20 and Ogre1.4 can run over macos catalina?
And thanks again to all the PB team!
A forever noob question:
PB 6.20 and Ogre1.4 can run over macos catalina?
If translation=Error: reply="Sorry, Im Spanish": Endif
Re: PureBasic 6.20 beta 3 is out !
Excellent! thanks Fred 
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: PureBasic 6.20 beta 3 is out !
Is webview available in qt?
Or just gtk3?
Or just gtk3?
Dawn will come inevitably.
Re: PureBasic 6.20 beta 3 is out !
Just GTK3
Re: PureBasic 6.20 beta 3 is out !
Thanks for this!
Testing on Linux first.
Re: PureBasic 6.20 beta 3 is out !
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
Re: PureBasic 6.20 beta 3 is out !
According to Fred's first post...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?
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 !
Ahh that's a bugger, might as well compile to a DLL thenPaul wrote: Mon Jan 20, 2025 12:06 amAccording to Fred's first post...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?
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)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk





