Author Topic: Learning to program with Oxygen Basic  (Read 6518 times)

0 Members and 1 Guest are viewing this topic.

Haim

  • Guest
Learning to program with Oxygen Basic
« on: January 28, 2013, 05:59:34 AM »
Hello,
Can anyone refer me to some beginners material/tutorial which can help me understand the basics of Oxygen basic?
Thanks,

Haim

Peter

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #1 on: January 28, 2013, 07:09:15 AM »
Hi,

do you mean something like this?

X

Aurel

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #2 on: January 28, 2013, 07:21:06 AM »
Unfortunatelly still there is no real help or programming user guide...but
after you download complete pack.
U can use Scite editor and check examples.
1.Compile
2.Build
3.run

or you can use OxyEdit editor created by me,or Notepad etc...

Peter

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #3 on: January 28, 2013, 07:50:02 AM »
Aurel,

I would take your Editor, but there is an annoying thing with this NULL at the end.
 

Aurel

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #4 on: January 28, 2013, 09:42:26 AM »
YES..you right and i made mistake with LEN of file.
Ok i will fix this and update OxyEdit.
Infact i fix this but i forget to upload editor here... ::)

Peter

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #5 on: January 28, 2013, 10:02:19 AM »
Okay,
Do you like mushrooms?

X

Aurel

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #6 on: January 28, 2013, 10:19:39 AM »
Not to much, hmm but maybe i like crazy ones.. :D

Ok .i fix OxyEdit now so you can try again.
Infact i work on Oxygen Basic version with new toolbar
and i can only tell you that work 5 times faster then current written in Ebasic. ;) 

Haim

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #7 on: January 28, 2013, 09:27:55 PM »

Thank you guys for your responses.
I'll take the advice and study the code samples.
Haim

kwibus

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #8 on: April 27, 2016, 02:47:47 AM »
Hello,

I use the Scite editor to Compile, Build and Run a o2bas file, but get a messagebox. What should I do? Is it caused by the folder or subfolder where Scite is placed?

Thank you,
Ad

.

Peter

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #9 on: April 27, 2016, 09:06:59 AM »
Quote
I use the Scite editor to Compile, Build and Run a o2bas file, but get a messagebox. What should I do? Is it caused by the folder or subfolder where Scite is placed?

hello kwibus,

welcome to the OxygenBasic forum.

There is nothing wrong, I could it start from the folder.

Just click on GO

.

kwibus

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #10 on: April 27, 2016, 10:24:12 AM »
Hello Peter,

Thanks for your reply; but it does not work. I get the error 3: it can not find the file?
However, the Oxide.exe does work. Only thing that annoys me a bit is the font used; it is so big!



.

Peter

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #11 on: April 27, 2016, 12:18:38 PM »
Hi kwibus,

do not use this ide, is a half work.
use scite!

link all o2bas with scite.
click then on a oxygenbasic souce code. That is what I do.

kwibus

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #12 on: April 27, 2016, 01:01:47 PM »
Hi Peter,

Unfortunately, the result is still the same. Where have you placed your SciTE directory? I have mine under the rout C:\; maybe not as it should be?

.

Peter

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #13 on: April 27, 2016, 02:08:33 PM »
Hi kwibus,

I have oxygenbasic  on my drive:  "D: / OxygenBasic"

Try to open a source code with " File" and then "Open" or press Ctrl O

kwibus

  • Guest
Re: Learning to program with Oxygen Basic
« Reply #14 on: April 27, 2016, 02:44:55 PM »
Hi Peter,

Opening is not the problem. I have the file hello.o2bas opened in the SciTE editor.
Then I press F5, or "Go", and the messagebox appears, saying the file can't be found. That's it.

Quite strange, frustrating!

.