|
|
|
|
|
by lobster_johnson
3596 days ago
|
|
It's been years since I used Windows APIs -- back then there was OLE Automation, which allowed dynamically, late-bound (call by name, really) RPC calls into COM from scripting languages. Has this been superceded by something else? Using IDL-defined COM interfaces from scripts sounds like something nobody would want to do. |
|
You're still stuck with OLE/COM for e.g. Excel automation, though, I think.