If you already have a recent copy of OxygenBasic (in progress version), then the zip file below contains the latest Oxygen DLL, on its own, to replace previous versions.
Oxygen.dll should be put into the main OxygenBasic folder, which also contains the compilers.
It may also be distributed with a compiled application, if there is any dependency on its run-time library.
https://github.com/Charles-Pegge/OxygenBasic/blob/master/Oxygen.zipYou can also download the full In-Progress package, directly from here:
https://github.com/Charles-Pegge/OxygenBasic/blob/master/OxygenBasic.zipor a minimal version without examples or source code:
https://github.com/Charles-Pegge/OxygenBasic/blob/master/OxyMin.zipOxygenBasic scripts may be run/compiled from Oxide, or alternatively launched directly from script by associating
.o2bas files with the Oxygen compilers:
gxo2.exe or
co2.exe. This is done by right-clicking on any o2bas file and selecting
properties. Then changing the
Opens with to
gxo2Once this is done, all
.o2bas files will compile and execute in memory, on double-click.