Need help with rebuild all command line

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
sturt
Posts: 31
Joined: Wed Mar 13, 2024 12:57 am

Re: Need help with rebuild all command line

Post by sturt »

Got DMDscript macros working in Zeus (32bit)! Great!
sturt
Posts: 31
Joined: Wed Mar 13, 2024 12:57 am

Re: Need help with rebuild all command line

Post 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.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: Need help with rebuild all command line

Post 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
Post Reply