Need help with rebuild all command line
Re: Need help with rebuild all command line
Got DMDscript macros working in Zeus (32bit)! Great!
Re: Need help with rebuild all command line
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
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:
The page mentions IPersist, but the Zeus WSH does not use that interface.
Cheers Jussi
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
Cheers Jussi