I have a simple question, maybe I'm just forgetting something, but...
I am writing my own scriptinglanguage (using ATL), and now I want to
generate a syntax-error. The method being called by the host (in my case, MS
Internet explorer) is IActiceScriptParse::ParseScriptText. The current
scriptstate is SCRIPTSTATE_STARTED. I just fill a EXCEPTINFO-structure and
pass DISP_E_EXCEPTION to the caller, with no result. When I do the same in
the Invoke-method, an errorbox shows up like expected. Am I forgetting
something in the ParseScriptText-method? When I create a syntax error in
VBScript, an errorbox IS displayed.
TIA,
Martin de Jong
Please CC replies to inc1...@wirehub.nl