When programs were compiled with older PureBasic versions, has there ever been the need of installing any MSVCRT runtime package? Personally, I never encountered that.StackC wrote: Wed Jan 24, 2024 8:54 pm Will applications compiled with the new version of PureBasic be able to run on each supported Windows version (Vista, 7, ...) without the need of installing any MSVCRT runtime package?
PureBasic 6.10 LTS is out !
-
- Addict
- Posts: 4777
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: PureBasic 6.10 beta 3 is out !
Re: PureBasic 6.10 beta 3 is out !
Yup, it'll just work, no need for installing anything. The only consequence is that XP support got dropped.
StackC wrote: Wed Jan 24, 2024 8:54 pmWhat are the consequences of this? Will applications compiled with the new version of PureBasic be able to run on each supported Windows version (Vista, 7, ...) without the need of installing any MSVCRT runtime package?Code: Select all
Updated: Toolchain on Windows now use VisualStudio 2022 and new MSVCRT for faster PureBasic programs and easier external libs integration.
Re: PureBasic 6.10 beta 3 is out !
Me neither. I don't think it ever actually was a thing, but seeing VS 2022 frightened some people (understandably).Little John wrote: Wed Jan 24, 2024 9:27 pmWhen programs were compiled with older PureBasic versions, has there ever been the need of installing any MSVCRT runtime package? Personally, I never encountered that.StackC wrote: Wed Jan 24, 2024 8:54 pm Will applications compiled with the new version of PureBasic be able to run on each supported Windows version (Vista, 7, ...) without the need of installing any MSVCRT runtime package?
Re: PureBasic 6.10 beta 3 is out !
To this DateUTC()-Thing. Can you add to the documentation, that #PB_CompilerDate returns a UTC-Time? I have convert this to local to see the correct compiling date... -> https://www.purebasic.fr/english/viewtopic.php?t=83425
Re: PureBasic 6.10 beta 4 is out !
2024-01-27: beta 4 is out don't hesitate to test it ! Changes:
Bugfixes for this version:
Code: Select all
Added: #PB_WebView_Debug flag to WebViewGadget() to enable debugging
Added: most of the new english documentation
Renamed: WebViewEvaluateScript() to WebViewExecuteScript()
Removed: Some very old deprecated functions.
- Windows: [Done] Invalid memory access when attempting to load a mono FLAC file
- Windows: [Done] invalid memory access with playing mono flac files
- Windows: [Done] bug about Includes Functions
- Windows: [Done] 4.30 IncludeFile and UTF-8
- Windows: [Done] 4.20 beta 2: IDE / Debugger swallows my special character
- Windows: [Done] ExplorerListGadget Change Pattern
- Windows: [Done] PB v6.03 LTS and v6.10: Debugger Output Bug (All OS)
- Windows: [Done] 6.10 b3 WebViewGadget has the same GadgetType as WebGadget
- Windows: [Done] PB 6.10 b1 - temporary folders are not deleted
- Linux: [Done] WebGadget library crash
- MacOS: [Done] 6.10 #PB_Compiler_Date returns UTC-Time on macOS
- MacOS: [Done] Mac OS X 4.20&4.30A1 - Sound Frequency
- C Backend: [Done] PB6.10b1 Console + ASLR = not a valid Win32 application
Re: PureBasic 6.10 beta 4 is out !
Hi Fred,
it seems compiling with the integrated debugger does not work
says cannot execute with the internal debugger try the standalone one
it seems compiling with the integrated debugger does not work
Code: Select all
MessageRequester("", "")
Re: PureBasic 6.10 beta 4 is out !
You probably have a mixup between compiler and IDE.
Re: PureBasic 6.10 beta 4 is out !
Code: Select all
Added: CompareStructure(), CompareArray(), CompareList() and CompareMap() functions
Added: CustomSortList() and CustomSortArray() functions to Sort library
Added: CatchPack(), PackEntryDate()
Added: #PB_Cipher_HMAC flag to fingerprint functions
Added: CreatePasswordHash() and VerifyPasswordHash() functions (BCrypt algorithm)
Added: DeriveCipherKey() to create a cipher key from a password (PBKDF2 algorithm)
Just in case, I remind you

Dawn will come inevitably.
Re: PureBasic 6.10 beta 4 is out !
Thanks Fred and Team 
@useful
The documentation will only be updated with the release

@useful
The documentation will only be updated with the release
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: 1518
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: PureBasic 6.10 beta 4 is out !
What does this phrase mean then?
Re: PureBasic 6.10 beta 4 is out !
It's probably a bit earlier this time with the documentary.
I'm currently testing under Raspberry.
Also here you have to disable the hardware acceleration, because of the webkit bug under raspberry wookworm
Edit
Remove code ...
Link: Fix Hardware Accelercation on Raspberry WookWorm
At time missing constant #PB_GadgetType_WebView
I'm currently testing under Raspberry.
Also here you have to disable the hardware acceleration, because of the webkit bug under raspberry wookworm
Edit
Remove code ...
Link: Fix Hardware Accelercation on Raspberry WookWorm
At time missing constant #PB_GadgetType_WebView
Last edited by mk-soft on Sat Jan 27, 2024 3:40 pm, edited 5 times in total.
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
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: PureBasic 6.10 beta 4 is out !
Many thanks! Go for it to check current sources ... 

Re: PureBasic 6.10 beta 4 is out !
Thanks Fred!
-
- Enthusiast
- Posts: 581
- Joined: Wed Sep 25, 2019 10:18 am
Re: PureBasic 6.10 beta 4 is out !
github.com 29 changed files with 864 additions and 331 deletions.
Re: PureBasic 6.10 beta 4 is out !
This beta has screwed me totally. I had to unistall all pb versions, deleted the appdata\roaming\purebasic, reinstalled PB 6.04 LTS and still refuses to compile anything saying cannot execute the file with the internal debugger.
It shows the right compiler in compiler settings but nothing works, any hints?
It shows the right compiler in compiler settings but nothing works, any hints?