Interactive PowerBasic Forum

IT-Consultant: Charles Pegge => OxygenBasic => Topic started by: Zlatko Vid on January 04, 2022, 11:02:09 PM

Title: o2 030 SC - source code
Post by: Zlatko Vid on January 04, 2022, 11:02:09 PM
I just download last release of o2 from github
it is self-compiled version 0.30
i checked all folders and files
and i cannot found oxygen dll source code
also
i cannot found gxo2 source code

all i can find is main.inc include file
not any folder called src
Title: Re: o2 030 SC - source code
Post by: Charles Pegge on January 05, 2022, 04:44:10 PM
Hi Aurel,

The source code is in inc\OXSC

The self compile program should be run inside this folder:

BuildOxygenDLL.o2bas

  $dll
  $filename "oxygen.dll"
  $o2version "0.3.0"
  uses RTL32
  uses main