Page 11 of 11
Re: PureBasic 6.40 beta 1 is ready, surprise inside !
Posted: Fri Feb 27, 2026 10:29 pm
by STARGĂ…TE
Fred wrote: Fri Feb 27, 2026 9:21 pm
Purifier should be working as expected
Spotted:
If I enable both, the purifier and thread-safe executable, the program crashes without any information:
Code: Select all
CompilerIf Not #PB_Compiler_Thread
CompilerError "Enable Thread-safe."
CompilerEndIf
CompilerIf Not #PB_Compiler_Debugger
CompilerError "Enable Debugger."
CompilerEndIf
Define String.s
String = "Hello"
Debug String
PB 6.40 Beta 1, x64 ASM and C-backend.
Re: PureBasic 6.40 beta 1 is ready, surprise inside !
Posted: Fri Feb 27, 2026 10:47 pm
by Andre
ColeopterusMaximus wrote: Fri Feb 27, 2026 10:14 pm
Also when using ReplaceString() #PB_String_InPlace returns constant not found.
Shall I post this on the bug section?
No. It was replaced in 6.40, see here:
viewtopic.php?p=650813#p650813
Re: PureBasic 6.40 beta 1 is ready, surprise inside !
Posted: Fri Feb 27, 2026 11:56 pm
by ColeopterusMaximus
I see thanks.
Very nice some of my programs are between 10% to 40% faster now.

Re: PureBasic 6.40 beta 1 is ready, surprise inside !
Posted: Sat Feb 28, 2026 9:03 am
by dibor
Fred wrote: Fri Feb 27, 2026 9:21 pm
Purifier should be working as expected
Not in my project
viewtopic.php?p=651656#p651656
Same problem with beta 1