Page 4 of 4
Re: PureBasic 5.10 is released !
Posted: Sat Feb 23, 2013 11:52 am
by Frontier
wilbert wrote:Frontier wrote:One question: MacOSX PPC support has been dropped? All I can see in the download area are OSX versions for x86 and x86_64.
Yes, the first post in this thread mentions it
Removed: PowerPC version for OS X
I was overwhelmed by the "Added" features, that I missed that
It's OK, I have v5 on my MacMini G4.
Re: PureBasic 5.10 is released !
Posted: Sat Feb 23, 2013 5:18 pm
by Fred
You can still get it in the 'museum' part of your online account.
Re: PureBasic 5.10 is released !
Posted: Tue Feb 26, 2013 10:05 am
by endo
Is it ok to install PB4 and PB5 on different folders on same PC (WinXP in my case), any possible conflict?
I have some PB4 projects that I should be able to compile at any time, so I don't want to remove/update my PB4.
Great work by the way!
Re: PureBasic 5.10 is released !
Posted: Tue Feb 26, 2013 12:27 pm
by luis
endo wrote:Is it ok to install PB4 and PB5 on different folders on same PC (WinXP in my case), any possible conflict?
Just read the manual ->
http://www.purebasic.com/documentation/ ... al_pb.html
or look around the forum ->
http://www.purebasic.fr/english/viewtop ... =7&t=53436
Re: PureBasic 5.10 is released !
Posted: Tue Feb 26, 2013 1:08 pm
by endo
Thanks for the info, sorry for the duplicate question as I didn't follow PB news last a few months.
Re: PureBasic 5.10 is released !
Posted: Tue Feb 26, 2013 11:14 pm
by Regenduft
Great update!
Fred wrote:Have fun on this Valentine Day !
You really seem to love your costumers!
Local labels are a nice feature, but it would be nice if the following code would work:
Code: Select all
testlabel:
Procedure foo()
DataSection
testlabel:
EndDataSection
EndProcedure