Nested COM objects
Greetings Lisp HUG,
I am very much enjoying my experience thus far with LispWorks but have run into an issue I could use your help with. Currently I am able to automate another Windows program from LispWorks via COM. Running methods on objects is no problem except for when the application object has other objects nested within. For example in VBScript:ApplicationObject.ThisMethodWorksNoProblem
There is no problem running #'invoke-dispatch-method on ThisMethodWorksNoProblem.