Share

opscript

Tracker: Feature Requests

5 Support for IActiveScript IDispatch calls - ID: 1857404
Last Update: Tracker Item Submitted ( phmajerus )

IActiveScript::GetScriptDispatch should return a dispatch inerface that the
host can use to call into functions, methods, and variables of the engine.

This means an engine that parsed the following:
function test : string;
begin
result := 'succeeded';
end;
Should give a valid DispID when calling GetIDsOfNames on the dispatch
interface returned by IActiveScript::GetScriptDispatch, and execute this
function and return a Variant set to VT_BSTR,"succeeded" when calling
Invoke with that DispID.


Philippe Majerus ( phmajerus ) - 2007-12-24 06:20

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.