Page 7 of 13
Re: PureBasic 6.03 LTS beta 7 is ready to test !
Posted: Wed Sep 13, 2023 7:34 pm
by jacdelad
I forgot to download the Beta 6's. Any chance to still get them?
Re: PureBasic 6.03 LTS beta 7 is ready to test !
Posted: Wed Sep 13, 2023 7:36 pm
by Fred
No, there is no history for beta
Re: PureBasic 6.03 LTS beta 7 is ready to test !
Posted: Wed Sep 13, 2023 8:33 pm
by jacdelad
No problem, thanks for the answer.
Re: PureBasic 6.03 LTS beta 7 is ready to test !
Posted: Thu Sep 14, 2023 4:52 am
by skywalk
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)
Code: Select all
---------------------------
PureBasic
---------------------------
Line 142: Constant not found: #PB_Camerant.
---------------------------
OK
---------------------------
Or #PB_Canvas_Container TO: #PB_Canvas_Commander
I have to reinstall beta 6.

Re: PureBasic 6.03 LTS beta 7 is ready to test !
Posted: Thu Sep 14, 2023 7:09 am
by stevie1401
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.
Re: PureBasic 6.03 LTS beta 7 is ready to test !
Posted: Thu Sep 14, 2023 8:07 am
by Psychophanta
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 !
Posted: Thu Sep 14, 2023 8:18 am
by Fred
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 !
Posted: Thu Sep 14, 2023 9:27 am
by Fred
beta 8 is available which should fix the IDE !
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Posted: Thu Sep 14, 2023 9:31 am
by Bitblazer
Fred wrote: Thu Sep 14, 2023 9:27 am
beta 8 is available which should fix the IDE !
That was a quick fix, respect and thanks!
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Posted: Thu Sep 14, 2023 10:05 am
by BarryG
Fred wrote: Thu Sep 14, 2023 9:27 ambeta 8 is available which should fix the IDE !
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 !
Posted: Thu Sep 14, 2023 12:53 pm
by jacdelad
Fred, im curious, can you tell us what was wrong?
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Posted: Thu Sep 14, 2023 2:53 pm
by skywalk
Beta 8 is ok.
The code changed was only PB constants renamed. But many locations. Simple fix using version control fossil or git.
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Posted: Fri Sep 15, 2023 9:21 am
by nsstudios
The fields for pre-defined structures like integer, point, vector3, etc. etc. were not being offered by autocomplete in b7. Think that's it.
jacdelad wrote: Thu Sep 14, 2023 12:53 pm
Fred, im curious, can you tell us what was wrong?
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Posted: Fri Sep 15, 2023 3:31 pm
by jacdelad
nsstudios wrote: Fri Sep 15, 2023 9:21 am
The fields for pre-defined structures like integer, point, vector3, etc. etc. were not being offered by autocomplete in b7. Think that's it.
jacdelad wrote: Thu Sep 14, 2023 12:53 pm
Fred, im curious, can you tell us what was wrong?
Yeah I know, but I'm curious how this happened.
Re: PureBasic 6.03 LTS beta 8 is ready to test !
Posted: Fri Sep 15, 2023 3:39 pm
by Fred
It was an error in the new CompareMemoryString() mode which leaded to this