Oxygen Basic

Information => Open Forum => Topic started by: JRS on September 08, 2016, 11:22:13 AM

Title: DLL2C
Post by: JRS on September 08, 2016, 11:22:13 AM
Charles,

In general terms, how difficult do you see converting the work you did on DLLC to a C extension module?

Title: Re: DLL2C
Post by: Charles Pegge on September 09, 2016, 02:46:59 AM

Hi John,

I think it would be substantial work for a well-seasoned C programmer. There is a fair amount of string translation and assembler. The Assembler requires separate coding for 32 bit and 64 bit versions.
Title: Re: DLL2C
Post by: JRS on September 09, 2016, 10:08:13 AM
Thanks Charles!

Sort of what I was expecting to hear. It would have been nice to merge Dave's COM/OLE/VB stuff with your FFI, low level COM and Windows variable type creation and use routines.