Estimated release date of PBv4 for Linux and Mac?

Everything else that doesn't fall into one of the other PB categories.
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Estimated release date of PBv4 for Linux and Mac?

Post by Kale »

Fred,

Can you please give us all an estimated time for release of the Linux and Mac version 4 compilers please? I know it's not nice working to deadlines and telling people your timelines but it would be very helpful for me personally and i guess for a lot of other people too.

I've written a piece of software that customers are crying out for but they need a Mac version as well as a PC version. Now i have the fully developed app in PB but v4 can only compile for the PC. I'm kinda stuck now so i've been sizing up other cross-platform languages to port it to.

I thought i would use Realbasic but that is now proving difficult due to my lack of knowledge of it and it's wierd way of hiding most of the code from you. I've ported one of the apps in the suite im developing to RB but i now need PB Mac to save my brain so i can compile the big bugger to Mac OS. I don't fancy writing my SVG file functions again!!! :?

Please Fred give us some news. :)
--Kale

Image
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Well as far as I know he hasnt started Mac version yet, and the Linux version is nearing a beta.

I'd backport to pb3 if i were you =)
WishMaster
Enthusiast
Enthusiast
Posts: 277
Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:

Post by WishMaster »

Have a look at PB.CM.
There are some news :wink:
Image Image
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

dracflamloc wrote:Well as far as I know he hasnt started Mac version yet, and the Linux version is nearing a beta.

I'd backport to pb3 if i were you =)
I need doubles. :?
WishMaster wrote:Have a look at PB.CM.
There are some news :wink:
Care to translate? :wink:
--Kale

Image
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8452
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

If you could encapsulate the functions that need doubles into a dll and write that in RB it could be a solution. Depends on whether the functions you're using lend themselves to that approach or not, which only you are in a position to judge.
BERESHEIT
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

netmaestro wrote:If you could encapsulate the functions that need doubles into a dll and write that in RB it could be a solution. Depends on whether the functions you're using lend themselves to that approach or not, which only you are in a position to judge.
RB already has doubles and DLL's aren't cross-platform. :wink: I was going to write this last app in RB aswell but it is quite big and i don't feel like introducing new bugs into the port as it has been tested and fixed in industry for about 6 months. I don't want to waste that. But now i have people wanting it on the Macs. argggg..

Believe it or not it is also quite hard getting gadgets created in a scroll area in RealBasic! With PB it takes one or two commands. :) Also have you ever seen the RB forums? There is hardly any code posted so things are hard to understand. It's quite strange looking at multi-page threads with no code posted. I guess it's because of the RAD IDE, most of the code you never see.
--Kale

Image
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Kale wrote:
WishMaster wrote:Have a look at PB.CM.
There are some news :wink:
Care to translate? :wink:
The IDE is GTk 2 and now actually works.
The debugger also works.
A lot was done under the hood, and libraries that were earlier Windows only, like the systray library, now works with Linux as well.
Even UTF-8 and UTF-16 strings are no problem and works just as well as the threadsafe mode of the compiler which makes it possible to execute several threads in parallel without constantly getting invalid memory access errors.

I'm not able to find a date.

Edit: No, that's not what I meant. I'm not able to find a date for the release of PureBasic version 4 for Linux. :lol:

Edit: Now that's definetely not what I wanted to say. I don't need a date for that, only my computer. And PureBasic 4 for Linux doesn't need a date either.
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

The first public beta for linux was planned to be out by now actually.
However, progress was not as we expected so it took a bit longer. It should be out soon.

As for OSX, i cannot really give any date for that. The update to v4 requires a lot of redesign
in many libraries, thats why it takes so long. We cannot simply set a date and put it out by then,
because if it is not up to date with the windows version, it is not of much use.#
I hope you understand that.

In the future, updates will be smaller again, and therefore also in shorter periods.
quidquid Latine dictum sit altum videtur
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Trond wrote:I'm not able to find a date.
LOL! :o :lol:
--Kale

Image
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

looooooozer =)
thamarok
Enthusiast
Enthusiast
Posts: 282
Joined: Wed Sep 06, 2006 1:37 pm

Post by thamarok »

freak wrote:The first public beta for linux was planned to be out by now actually.
However, progress was not as we expected so it took a bit longer. It should be out soon.

As for OSX, i cannot really give any date for that. The update to v4 requires a lot of redesign
in many libraries, thats why it takes so long. We cannot simply set a date and put it out by then,
because if it is not up to date with the windows version, it is not of much use.#
I hope you understand that.

In the future, updates will be smaller again, and therefore also in shorter periods.
We understand it even if you get ADHD and start climbing the Mt. Everest :wink:
(No bad meaning)
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Well, i've ported my apps to RealBasic and everything has gone very smooth and very fast. I'm now able to deliver the mac port to my customers. One thing that made it fast to turn around these apps was the RB RAD/IDE. Maybe in future, think about developing one for Purebasic? :)

Anyway, my heart still lies with Purebasic, but i just had to get these apps done. :?
--Kale

Image
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Personnaly, i understand you. Your customers before your likes !
Post Reply