Powerbasic Museum 2020-B

IT-Consultant: Charles Pegge => OxygenBasic => Topic started by: Karen Zibowski on June 28, 2018, 06:10:10 PM

Title: Where can we download the latest Oxygen Basic built?
Post by: Karen Zibowski on June 28, 2018, 06:10:10 PM
Hi

Can someone tell me where can I download the latest Oxygen Basic built?
Is it in beta yet?

Many thanks
Title: Re: Where can we download the latest Oxygen Basic built?
Post by: Eros Olmi on June 28, 2018, 09:22:43 PM
http://www.oxygenbasic.org/forum/index.php

then click on the wizard upper right
Title: Re: Where can we download the latest Oxygen Basic built?
Post by: Karen Zibowski on June 29, 2018, 04:50:11 PM
Many Thanks Eros, 
What is the difference between OxygenProgress.zip and OxygenBasicProgress.zip ?

Title: Re: Where can we download the latest Oxygen Basic built?
Post by: Charles Pegge on June 29, 2018, 05:04:45 PM

Hi Karen,

OxygenProgress.zip is just oxygen.dll, whereas OxygenBasicProgress.zip is the full package.

I will be updating them within the next day or so.

The beta version, when it eventually arrives,  will be a clean subset of OxygenBasicProgress.zip. We carry a lot of interesting baggage, which might be an unnecessary burden for the general user.
Title: Re: Where can we download the latest Oxygen Basic built?
Post by: Eros Olmi on June 29, 2018, 05:29:51 PM
Charles,

maybe you can specify this info in README.md so people can get them and avoid to ask over and over.

Your compiler is a monster of potentiality!
Sometimes not easy to get at first.

Ciao
Eros

Title: Re: Where can we download the latest Oxygen Basic built?
Post by: Chris Chancellor on June 29, 2018, 06:16:29 PM

@Eros
Quote
Your compiler is a monster of potentiality!



you are right, it is one of the best basic compiler around as my company has tested several paid ones
such as 
            Powerbasic  -->  stagnant at 32 bit
             GLBasic --> already dead 
             Liberty basic --> cannot compile to machine code and only runs on 32bits
             Pure basic -->  funny syntax it is more c than basic ? --> hard to use and hard to translate from powerbasic
             Xojo  -->  no inline ASM , dll allow and assembly is not true machine code but pcode in native exe overlay


yes include documentations something like a FAQ  so that newbies can read without asking over and over again



Title: Re: Where can we download the latest Oxygen Basic built?
Post by: Zlatko Vid on July 06, 2018, 11:20:24 PM
Not easy ???
Is that possible???
Title: Re: Where can we download the latest Oxygen Basic built?
Post by: Eduardo Jorge on July 09, 2018, 11:05:42 AM
Quote from: Chris Chancellor on June 29, 2018, 06:16:29 PM
my company has tested several paid ones

I think that for a commercial work one can not stay testing applications without an already firm base
even more Basic that does not have an outline if syntax with default followed by all
of course, nothing prevents it from being used as an auxiliary tool,
Title: Re: Where can we download the latest Oxygen Basic built?
Post by: Chris Chancellor on July 11, 2018, 07:55:30 PM
Jorge

O2 has very a big potential, in some cases it is even better than paid compilers
such as GLBasic , LibertyBasic, Basic for Qt

in this new programming world, we must adopt a variety of compilers to do our work.
this is just in case if one compiler dies, we can go on and use another one. otherwise your programs would
have to join the "beach whales or Jurasic group of companies".

My boss who was using the PB compiler for the last 20 years for his programs, had encounter
problems relating to migration to 64bits ones as demanded by our customers.

so we are now actively translating pb programs to other compilers like O2, D and C++  as PB can be
considered dead as of now?