PureBasic 5.41 LTS final is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Keya
Addict
Addict
Posts: 1890
Joined: Thu Jun 04, 2015 7:10 am

Re: PureBasic 5.41 LTS Beta 1 is available

Post by Keya »

supercdfr,
that's normal yes - in procedures you need to add the procedure name to the label call

Code: Select all

Procedure test()
! MOV ebx, ll_test_monlabel    ;<--- changed ll_monlabel to ll_test_monlabel
  monlabel:
EndProcedure
test()
Alternatively you can feed the label directly to the assembler, if you'll only be calling it from inline asm :)

Code: Select all

Procedure test()
 ! MOV ebx, monlabel 
 ! monlabel:
EndProcedure
test()
Danilo,
Danilo wrote:
Keya wrote:I dont have a Mac32 system to test but hope to soon!
You could just install PB/Mac 32bit on a 64bit Mac to create 32bit apps. It's like Windows in this regard, 64bit and 32bit programs run in a 64bit OS.
Ahhh yes! i never thought of that, thankyou for mentioning - i just might have to heehee, Mac is really fiddly in VM :( but im a student i can barely afford my PC let alone another computer, so it's VirtualBox or nothing!
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: PureBasic 5.41 LTS Beta 1 is available

Post by oryaaaaa »

Thank you for Improved sound quality.

Bug head improved sound quality from 5.40 LTS.
I am grateful for the careful quality improvement.
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.41 LTS Beta 2 is available

Post by Fred »

- Beta 2 is out, with the usual bugfixes ! :)
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PureBasic 5.41 LTS Beta 2 is available

Post by RSBasic »

Thank you :)
Image
Image
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PureBasic 5.41 LTS Beta 2 is available

Post by ts-soft »

Thank you!

You haven't change the version to beta 2 on linux!
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.41 LTS Beta 2 is available

Post by Fred »

True that, should be the beta 2 anyway.
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: PureBasic 5.41 LTS Beta 2 is available

Post by davido »

@Fred,

Thank you. :D
DE AA EB
User avatar
Didelphodon
PureBasic Expert
PureBasic Expert
Posts: 450
Joined: Sat Dec 18, 2004 11:56 am
Location: Vienna - Austria
Contact:

Re: PureBasic 5.41 LTS Beta 2 is available

Post by Didelphodon »

thx
Go, tell it on the mountains.
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.41 LTS Beta 3 is available

Post by Fred »

Beta 3 is out, with some fixes for OpenGL/Linux, and updated doc !
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: PureBasic 5.41 LTS Beta 3 is available

Post by wilbert »

Something seems to be wrong.
I downloaded beta 3 (OSX x64) and when I start the application it says beta 1 :?
Windows (x64)
Raspberry Pi OS (Arm64)
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.41 LTS Beta 3 is available

Post by Fred »

True, it was an error only for OS X x64. Should be fixed.
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Re: PureBasic 5.41 LTS Beta 3 is available

Post by Joris »

Thanks.
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.41 LTS Beta 4 is available

Post by Fred »

Beta 4 is out, with some more bug fixes. Should be the last one before the final release, so don't hesitate to give it a spin with your projects to validate it ! Thanks :)
said
Enthusiast
Enthusiast
Posts: 342
Joined: Thu Apr 14, 2011 6:07 pm

Re: PureBasic 5.41 LTS Beta 4 is available

Post by said »

Thanks to you and all the hard work :D
marroh
User
User
Posts: 72
Joined: Wed Aug 06, 2008 8:21 am

Re: PureBasic 5.41 LTS Beta 4 is available

Post by marroh »

Thank you Fred
PureBASIC v5.41 LTS , Windows v8.1 x64
Forget UNICODE - Keep it BASIC !
Post Reply