Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Windows script components

0 views
Skip to first unread message

Ray

unread,
Apr 5, 2005, 5:54:53 PM4/5/05
to
Hello all,

I'm not sure how to instantiate and use a Windows Script Component from
Delphi. I've tried the following -

procedure TestWSC;
var
Writer: IUnknown;
begin
Writer := CreateOLEObject('MyLittleWriter.wsc');
//...
end;

- but then of course I can't use the methods of the component. What is
the correct way to do this?

Thank you in advance....

--Ray.

0 new messages