Oxygen Basic

Information => Development => Topic started by: Brian Alvarez on July 06, 2020, 01:03:26 AM

Title: Compiler completion
Post by: Brian Alvarez on July 06, 2020, 01:03:26 AM

 In a scale from 1 to 100... how finished is Oxygen?
Title: Re: Compiler completion
Post by: JRS on July 06, 2020, 05:23:28 AM
Do you think Charles should include COM or .NET to the compiler?
Title: Re: Compiler completion
Post by: Aurel on July 06, 2020, 10:05:50 AM
From my point of view everything what i use work well.
Title: Re: Compiler completion
Post by: JRS on July 07, 2020, 07:50:38 AM
FWIW:

I'm pretty happy with DLLC that allows me to embed O2 as a JIT BASIC compiler creating virtual functions at runtime. The dynamic FFI feature is also a plus.

Charles,

DLLC saved my butt with an IUP project I've been working on. My IUP extension module failed passing arguments to the IupMatrix control. I think there is a bug in ScriptBasic when using more than one DLL when you are trying to link to create the extension module DLL.  It may be a gcc linking issue but I wasted 2 days trying to debug it before going the DLLC route.

I just wanted to thank you again for the enormous amount of time you invested in creating DLLC for ScriptBasic and creating includes normal people can use rather than Peter's macros.