OxygenBasic
OxygenBasic copied to clipboard
Question for new Oxygen
hello Charles, when you can upload a new release of Oxygen?
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 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!
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
Using another language as a test I can run HelloWorld in the same command prompt. Can you help me with this?
hmmm console app..for what ..64bit app maybe or some sort of translation