Page 12 of 23

Re: PureBasic 6.10 beta 3 is out !

Posted: Wed Jan 24, 2024 9:27 pm
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.

Re: PureBasic 6.10 beta 3 is out !

Posted: Wed Jan 24, 2024 11:25 pm
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?

Re: PureBasic 6.10 beta 3 is out !

Posted: Wed Jan 24, 2024 11:26 pm
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).

Re: PureBasic 6.10 beta 3 is out !

Posted: Thu Jan 25, 2024 3:37 pm
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

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 10:44 am
by Fred

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 12:11 pm
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

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 12:40 pm
by Fred
You probably have a mixup between compiler and IDE.

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 12:44 pm
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 :)

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 1:56 pm
by mk-soft
Thanks Fred and Team ;)

@useful
The documentation will only be updated with the release

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 2:24 pm
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

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 3:08 pm
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

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 3:18 pm
by Psychophanta
Many thanks! Go for it to check current sources ... :)

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 3:43 pm
by Quin
Thanks Fred!

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 4:06 pm
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.

Re: PureBasic 6.10 beta 4 is out !

Posted: Sat Jan 27, 2024 5:12 pm
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?