PureBasic 6.40 beta 1 is ready, surprise inside !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
STARGÅTE
Addict
Addict
Posts: 2314
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

Re: PureBasic 6.40 beta 1 is ready, surprise inside !

Post 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.
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2167
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: PureBasic 6.40 beta 1 is ready, surprise inside !

Post 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
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
ColeopterusMaximus
User
User
Posts: 83
Joined: Fri Oct 29, 2010 11:29 am

Re: PureBasic 6.40 beta 1 is ready, surprise inside !

Post by ColeopterusMaximus »

Andre wrote: Fri Feb 27, 2026 10:47 pm No. It was replaced in 6.40, see here: viewtopic.php?p=650813#p650813
I see thanks.

Very nice some of my programs are between 10% to 40% faster now. :D
dibor
Enthusiast
Enthusiast
Posts: 165
Joined: Wed May 20, 2020 5:19 pm
Location: The 3rd planet in the Solar System
Contact:

Re: PureBasic 6.40 beta 1 is ready, surprise inside !

Post 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
Mac Studio M1Max, PB 6.12 Arm64 and x64.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Post Reply