R.Wieser
2020-04-26 08:55:14 UTC
Hello all,
I've been translating an example found here
https://stackoverflow.com/questions/7491868/how-to-load-call-a-vbscript-function-from-within-c
into Assembly, and although I do not get any errors, the MsgBox refuses to
show itself.
Observation:
While trying to display that MsgBox I do not get a (QueryInterface, IID)
request for an ActiveScriptSiteWindow, but do see one for
ActiveScriptSiteUIControl. However, handling it doesn't seem to change
anything.
Remark:
I've build the program for the Console, not the GUI.
Regards,
Rudy Wieser
I've been translating an example found here
https://stackoverflow.com/questions/7491868/how-to-load-call-a-vbscript-function-from-within-c
into Assembly, and although I do not get any errors, the MsgBox refuses to
show itself.
Observation:
While trying to display that MsgBox I do not get a (QueryInterface, IID)
request for an ActiveScriptSiteWindow, but do see one for
ActiveScriptSiteUIControl. However, handling it doesn't seem to change
anything.
Remark:
I've build the program for the Console, not the GUI.
Regards,
Rudy Wieser