PureBasic 6.03 LTS is released !
Re: PureBasic 6.03 LTS beta 7 is ready to test !
I forgot to download the Beta 6's. Any chance to still get them?
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: PureBasic 6.03 LTS beta 7 is ready to test !
No, there is no history for beta
Re: PureBasic 6.03 LTS beta 7 is ready to test !
No problem, thanks for the answer.
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: PureBasic 6.03 LTS beta 7 is ready to test !
I'm having problems loading source code files with beta 7.
Are there any preference changes from beta 6?
The IDE hangs with beta 6 preferences.
Empty preferences and the code loads, but there are changes to my source code and it won't compile.
What would change this line of code?
FROM:
CompilerIf Defined(MT_EXE, #PB_Constant)
TO:
CompilerIf Defined(MT_EXE, #PB_Camerant)
Or #PB_Canvas_Container TO: #PB_Canvas_Commander
I have to reinstall beta 6.
Are there any preference changes from beta 6?
The IDE hangs with beta 6 preferences.
Empty preferences and the code loads, but there are changes to my source code and it won't compile.
What would change this line of code?
FROM:
CompilerIf Defined(MT_EXE, #PB_Constant)
TO:
CompilerIf Defined(MT_EXE, #PB_Camerant)
Code: Select all
---------------------------
PureBasic
---------------------------
Line 142: Constant not found: #PB_Camerant.
---------------------------
OK
---------------------------
I have to reinstall beta 6.

The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
-
- User
- Posts: 81
- Joined: Sat Oct 18, 2014 7:14 am
Re: PureBasic 6.03 LTS beta 7 is ready to test !
Version 6.3 b7 Linux Ubuntu: The IDE hangs, procedures cannot be accessed on the right side or in the menu. The IDE cannot be used.
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Re: PureBasic 6.03 LTS beta 7 is ready to test !
Thanks PB team, les't see if marcoagpinto check his sources with this one as deep as possible.
Re: PureBasic 6.03 LTS beta 7 is ready to test !
I deactivated the beta link as the IDE seems to be unusable right now, sorry for the inconvenience. Don't use it if you already installed it as it can mess with your sources. I will do some more check and do a new release.
Re: PureBasic 6.03 LTS beta 8 is ready to test !
beta 8 is available which should fix the IDE !
Re: PureBasic 6.03 LTS beta 8 is ready to test !
That was a quick fix, respect and thanks!
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Sorry to report that this version has slow scrolling again. Bug report -> viewtopic.php?p=607357#p607357
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Fred, im curious, can you tell us what was wrong?
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Beta 8 is ok.
The code changed was only PB constants renamed. But many locations. Simple fix using version control fossil or git.
The code changed was only PB constants renamed. But many locations. Simple fix using version control fossil or git.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: PureBasic 6.03 LTS beta 8 is ready to test !
The fields for pre-defined structures like integer, point, vector3, etc. etc. were not being offered by autocomplete in b7. Think that's it.
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Yeah I know, but I'm curious how this happened.
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: PureBasic 6.03 LTS beta 8 is ready to test !
It was an error in the new CompareMemoryString() mode which leaded to this