PureBasic 6.10 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Little John
Addict
Addict
Posts: 4777
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 6.10 beta 3 is out !

Post by Little John »

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?
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.
Quin
Addict
Addict
Posts: 1124
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.10 beta 3 is out !

Post by Quin »

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 pm

Code: Select all

Updated: Toolchain on Windows now use VisualStudio 2022 and new MSVCRT for faster PureBasic programs and easier external libs integration.
What 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?
Quin
Addict
Addict
Posts: 1124
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.10 beta 3 is out !

Post by Quin »

Little John wrote: Wed Jan 24, 2024 9:27 pm
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?
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.
Me neither. I don't think it ever actually was a thing, but seeing VS 2022 frightened some people (understandably).
Lebostein
Addict
Addict
Posts: 826
Joined: Fri Jun 11, 2004 7:07 am

Re: PureBasic 6.10 beta 3 is out !

Post by Lebostein »

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
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Re: PureBasic 6.10 beta 4 is out !

Post by Justin »

Hi Fred,

it seems compiling with the integrated debugger does not work

Code: Select all

MessageRequester("", "")
says cannot execute with the internal debugger try the standalone one
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.10 beta 4 is out !

Post by Fred »

You probably have a mixup between compiler and IDE.
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: PureBasic 6.10 beta 4 is out !

Post by useful »

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)
Not in the documentation.
Just in case, I remind you :)
Dawn will come inevitably.
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.10 beta 4 is out !

Post by mk-soft »

Thanks Fred and Team ;)

@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
User_Russian
Addict
Addict
Posts: 1518
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: PureBasic 6.10 beta 4 is out !

Post by User_Russian »

mk-soft wrote: Sat Jan 27, 2024 1:56 pmThe documentation will only be updated with the release
What does this phrase mean then?
Fred wrote: Sat Jan 27, 2024 10:44 am

Code: Select all

Added: most of the new english documentation
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.10 beta 4 is out !

Post by mk-soft »

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
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
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: PureBasic 6.10 beta 4 is out !

Post by Psychophanta »

Many thanks! Go for it to check current sources ... :)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Quin
Addict
Addict
Posts: 1124
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.10 beta 4 is out !

Post by Quin »

Thanks Fred!
juergenkulow
Enthusiast
Enthusiast
Posts: 581
Joined: Wed Sep 25, 2019 10:18 am

Re: PureBasic 6.10 beta 4 is out !

Post by juergenkulow »

User_Russian wrote: Sat Jan 27, 2024 2:24 pm
mk-soft wrote: Sat Jan 27, 2024 1:56 pmThe documentation will only be updated with the release
What does this phrase mean then?
Fred wrote: Sat Jan 27, 2024 10:44 am

Code: Select all

Added: most of the new english documentation
github.com 29 changed files with 864 additions and 331 deletions.
Justin
Addict
Addict
Posts: 948
Joined: Sat Apr 26, 2003 2:49 pm

Re: PureBasic 6.10 beta 4 is out !

Post by Justin »

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?
Post Reply