OxygenBasic icon indicating copy to clipboard operation
OxygenBasic copied to clipboard

Question for new Oxygen

Open Alex-Longard opened this issue 3 years ago • 4 comments

hello Charles, when you can upload a new release of Oxygen?

Alex-Longard avatar Oct 08 '21 08:10 Alex-Longard

Dear, you have the option to compile the Oxigen.dll or the code to be able to understand and continue. If the community can? It would help a lot. Thanks.

Spoiledpay avatar Feb 06 '22 22:02 Spoiledpay

@Spoiledpay you can download compiled version of Oxygen in repository. Click button "code" and "download repository as zip". Documentation in archive, folder namet "Inv/doc" Cheers!

Alex-Longard avatar Feb 07 '22 06:02 Alex-Longard

Hello, One more information: Is there any way to create a pure console executable? Where can it be run with the cmd prompt and not in a separate CMD? As I noticed that it uses its own CMD to run. Even when it's a simple Print "Hello World". Can compile and use Windows CMD window. When I run an exe console. It opens another window and runs the Executable.

'% filename "Hello World.exe" include "$/inc/console.inc"

dim as long a = 1 + 2 + 3 + 4 + &h10 dim as string s = Answer &h hex a print s print "Hello World"

Compile: co2.exe -m -64 HelloWorld.bas

NotRun

Using another language as a test I can run HelloWorld in the same command prompt. Can you help me with this?

PromptWindows

Spoiledpay avatar Feb 07 '22 13:02 Spoiledpay

hmmm console app..for what ..64bit app maybe or some sort of translation

aurelVZ avatar Nov 04 '22 12:11 aurelVZ