Re: Dispatch [message #81519] |
Fri, 28 September 2012 10:20 |
TFE
Messages: 11 Registered: November 2001
|
Junior Member |
|
|
Helder,
In most instances, I also only see the INIT method listed as known
objects - however, all the others are still available and work. See the
same thing with the GoogleEarth TypeLib 'coclass ApplicationGE', for
example. Use the SDK toolkit 'OLE/COM Object Viewer' to look at all the
TypeLib methods.
Tom
> Hi,
> I'm trying to test a call to a COM object and I'm finding out that life is not as easy as it might seem.
> First problem is:
> If I call the following line:
> IDL_Object = OBJ_NEW('IDLCOMIDispatch$PROGID$RSIDemoComponent.RSIDemoObj1 ')
> inside a procedure in IDL 8.2 (32-bit) I get the desired object. I'm actually running IDispatchDemo demo of IDL.
|
|
|