Page 2 of 5

Re: PureBasic 5.41 LTS Beta 1 is available

Posted: Wed Nov 25, 2015 7:31 pm
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!

Re: PureBasic 5.41 LTS Beta 1 is available

Posted: Sun Nov 29, 2015 10:39 am
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.

Re: PureBasic 5.41 LTS Beta 2 is available

Posted: Mon Dec 07, 2015 2:40 pm
by Fred
- Beta 2 is out, with the usual bugfixes ! :)

Re: PureBasic 5.41 LTS Beta 2 is available

Posted: Mon Dec 07, 2015 2:54 pm
by RSBasic
Thank you :)

Re: PureBasic 5.41 LTS Beta 2 is available

Posted: Mon Dec 07, 2015 3:23 pm
by ts-soft
Thank you!

You haven't change the version to beta 2 on linux!

Re: PureBasic 5.41 LTS Beta 2 is available

Posted: Mon Dec 07, 2015 3:53 pm
by Fred
True that, should be the beta 2 anyway.

Re: PureBasic 5.41 LTS Beta 2 is available

Posted: Mon Dec 07, 2015 9:33 pm
by davido
@Fred,

Thank you. :D

Re: PureBasic 5.41 LTS Beta 2 is available

Posted: Wed Dec 09, 2015 11:26 am
by Didelphodon
thx

Re: PureBasic 5.41 LTS Beta 3 is available

Posted: Tue Dec 15, 2015 10:27 am
by Fred
Beta 3 is out, with some fixes for OpenGL/Linux, and updated doc !

Re: PureBasic 5.41 LTS Beta 3 is available

Posted: Tue Dec 15, 2015 10:58 am
by wilbert
Something seems to be wrong.
I downloaded beta 3 (OSX x64) and when I start the application it says beta 1 :?

Re: PureBasic 5.41 LTS Beta 3 is available

Posted: Tue Dec 15, 2015 12:45 pm
by Fred
True, it was an error only for OS X x64. Should be fixed.

Re: PureBasic 5.41 LTS Beta 3 is available

Posted: Wed Dec 16, 2015 8:47 am
by Joris
Thanks.

Re: PureBasic 5.41 LTS Beta 4 is available

Posted: Thu Dec 17, 2015 2:50 pm
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 :)

Re: PureBasic 5.41 LTS Beta 4 is available

Posted: Thu Dec 17, 2015 3:04 pm
by said
Thanks to you and all the hard work :D

Re: PureBasic 5.41 LTS Beta 4 is available

Posted: Fri Dec 18, 2015 7:55 am
by marroh
Thank you Fred