New Version ?

Linux specific forum
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

New Version ?

Post by Brujah »

Is there work in progress for the new linux version ?
The last one is more than half a year old....
I need a lot of funktions... like packing and writing text...
When will the new version for linux be out ?
I want to get productive soon...
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Re: New Version ?

Post by LarsG »

Brujah wrote:Is there work in progress for the new linux version ?
The last one is more than half a year old....
I need a lot of funktions... like packing and writing text...
When will the new version for linux be out ?
I want to get productive soon...
Hang in there!! :)

I think a new version isn't very far away... Rumors says it'll bring the Linux version up to the same as the current Windows version..
Some of the developers might want to confirm this though..

-Lars

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

:roll: :?
Akuma no Houkon
User
User
Posts: 77
Joined: Sun Nov 02, 2003 1:47 pm
Location: Washington
Contact:

Post by Akuma no Houkon »

The newest linux version should be here very soon.
AMD 2600+, nVidia Geforce FX 5200 128 MB DDR, 512 DDR, RedHat 9
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

:roll: :? bfy
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

dmoc wrote::roll: :? bfy
Q: What does that mean?!?

-Lars

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Soon ?

Post by Brujah »

Soon sounds good :-))))
But is that 2 Weeks, or 2 Month ?

When you give me the new compiler I give the Linux Community a new and very addictive game!
Its already running on windows for Aeons, I just want to convert it.

And the best thing is: We will have the same Codebase for Windows and
Linux then. And that rulez!!!

Keep up the good work!

For those that are interested in the Windows version:
laby.toybox.de
Its called "The lost Labyrinth"
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Nice game :)
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

bfy: big f*cking yawn :lol: No offence intended, it's just that this topic keeps cropping up, then those "in-the-know" predict an imminent release without being specific (gotta keep those secrets :roll: )... heard the same for the past year but the Linux version just seems to slip further and further behind. As a coincidence a friend today took issue with me claiming PB is x-platform, seems the definition is a bit debatable. He claims true x-platform means *most* programs will have little if any platform specific code and from what he has seen most PB programs are *dependent* on platform specific code, ie, Windows. I found it difficult to dispute. But then Fred could surprise everyone... can't say too much, wink, wink, because, eh, well, I haven't a clue :P
TronDoc
Enthusiast
Enthusiast
Posts: 310
Joined: Wed Apr 30, 2003 3:50 am
Location: 3DoorsDown

Re: Soon ?

Post by TronDoc »

Brujah wrote:And the best thing is: We will have the same Codebase for Windows and Linux then. And that rulez!!!
With WinDoze "LongHair" coming, I'm moving more towards Linux lately. It will be nice to have better cross-platform coding ability. Joe
peace
[pI 166Mhz 32Mb w95]
[pII 350Mhz 256Mb atir3RagePro WinDoze '98 FE & 2k]
[Athlon 1.3Ghz 160Mb XPHome & RedHat9]
Akuma no Houkon
User
User
Posts: 77
Joined: Sun Nov 02, 2003 1:47 pm
Location: Washington
Contact:

Post by Akuma no Houkon »

dmoc wrote:bfy: big f*cking yawn :lol: No offence intended, it's just that this topic keeps cropping up, then those "in-the-know" predict an imminent release without being specific (gotta keep those secrets :roll: )... heard the same for the past year but the Linux version just seems to slip further and further behind. As a coincidence a friend today took issue with me claiming PB is x-platform, seems the definition is a bit debatable. He claims true x-platform means *most* programs will have little if any platform specific code and from what he has seen most PB programs are *dependent* on platform specific code, ie, Windows. I found it difficult to dispute. But then Fred could surprise everyone... can't say too much, wink, wink, because, eh, well, I haven't a clue :P
If your friend cant make non platform specific apps in purebasic, then that doesnt speak much for him as a programmer. One of those types who relies on premade functions to make his app I assume. I stay away from API at all costs, always have, I prefer to write my own functions rather than use premade ones (unless its part of the language). I only use API when I have no choice like for getting the DC of a window or some such, but those have equivlents in XWindows as well. I have a project of over 50,000 lines of code that runs in windows I have been converting to purebasic and so far it initalizes all of the libraries and starts the core of the app and the only OS specific functions are just the NAMES of the DLL's, "libfmod.so" in linux, "fmod.dll" in windows, everything else uses pure platform independant functions and runs and compiles perfectly on both OS's.

The linux version should be available very soon, I dont know how much more Fred has to work on to bring it from 3.79a to 3.80 but I dont think it can be too much that will delay the release that much. Fred knows very well that a huge majority of his users purchased purebasic for the very reason that it has a linux compiler. I am one of them. I spent years waiting for PowerBasic to atleast give an estimated date on "when" their "work in progress" of making a linux compiler would be finished. Not a single whisper. I purchased PureBasic because I saw a nice couple month release cycle.

Thats what you get from "growing up" in the windows enviroment, you get lazy, and start programing things that could never be ported to anything else, using hundreds of api calls to make your work easier.
AMD 2600+, nVidia Geforce FX 5200 128 MB DDR, 512 DDR, RedHat 9
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

If your friend cant make non platform specific apps in purebasic, then that doesnt speak much for him as a programmer. One of those types who relies on premade functions to make his app I assume.
Yes, you are presuming and jumping to conclusions. Nothing I said implies anything about my friends ability as a programmer.
I only use API when I have no choice like for getting the DC of a window or some such, but those have equivlents in XWindows as well.
Excellent example! So your skills are x-platform, not the language.
I dont know how much more Fred has to work on to bring it from 3.79a to 3.80
Wrong. The last release I am aware of and according to PB's website is v3.50 Feb 10th 2003.
Thats what you get from "growing up" in the windows enviroment, you get lazy, and start programing things that could never be ported to anything else, using hundreds of api calls to make your work easier.
Who are you referring to? If it's a general statement I agree but then programming in BASIC ***IS*** lazy-ish and the only thing worse than over-reliance on API, by choice or through lack of choice, is recreating the wheel for the billion'th time.

To clarify my original comment: several PB users, myself included (and you obviously, or maybe "maybe", I will not presume to know for sure), have enthusiastically took to PB because of it's claim to be x-platform but very quickly discovered problems with the Linux version and get no replies to bug reports. Enthusiasm wanes, numbers of Linux users ends up looking low, ergo no impetus for maintaining said Linux version but... cough, cough... claim to be x-platform remains. Anyone done a feature-to-feature comparison lately?

Full marks to Fred and others for work done on the Windoze version so far, but I hope for greater feature-parity at some point, preferably soon.

PS: Yeah, I know there are still Amiga users out there :wink: but my A2000 has been in storage for the last 10 years and promises of a revival are getting, well, boring.
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

the work on the linux version is in progress, and some ppl use a 3.79 version to do some testings (me included). so its not a big surprise that the 3.8 version of Purebasic-linux is not far away.There are still some thinks missing and must been done, but Fred is hard working on it (between dust and dirty).
SPAMINATOR NR.1
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Rings, thanks for the info.
TronDoc
Enthusiast
Enthusiast
Posts: 310
Joined: Wed Apr 30, 2003 3:50 am
Location: 3DoorsDown

Post by TronDoc »

thanks for the update.
--jb
Post Reply