Page 2 of 2

Re: Need help with rebuild all command line

Posted: Sun Mar 17, 2024 4:29 am
by sturt
Got DMDscript macros working in Zeus (32bit)! Great!

Re: Need help with rebuild all command line

Posted: Wed Mar 20, 2024 12:57 am
by sturt
Busy writing some clean abstractions to work with COM in D, rather than just writing this at a C/C++ level. But I will get back here when I have a result.

Re: Need help with rebuild all command line

Posted: Wed Mar 20, 2024 2:42 am
by jussij
I'll be happy to help out should you run into any issues.

I also found a higher level description of the ActiveScript Engine: https://jsdoc.inflectra.com/HelpReading ... ipt_engine

This seems like a nice and clear description of how it is all meant to work and it does tie in with the Zeus code.

As suggested, only these interfaces are needed:

Code: Select all

IActiveScript	
IActiveScriptParse
The page mentions IPersist, but the Zeus WSH does not use that interface.

Cheers Jussi