I create a COM object used for automation tasks of some application. When this happens application is started and its\' main window is displayed.
The scenario is this: I have a COM object to ask questions. Name it ICom. The COM object requires me to implement an IDispatch , descendant of , say, IComEvents, that notifies me for events.
following a similar question i answered some time ago, i found out that when trying to enumerate the object, using IDispatch::Invoke(DISPID_NEWENUM,...) fails开发者_运维百科 with DISP_E_EXCEPTION on I
i\'m faced with implementing an IDispatch interface. There are four methods, and fortunately 3 of them are easy:
I am writing an application to interface with COM components and I have run into a problem when working with the Excel.Application component while running my application in the Visual Studio 10 IDE. I
Does anyone know how you can call a method of a prototype in Javascript from C++? I have an pointer to script IDispatch, and I can get the IDsOfNames for the prototype, but I can\'t find how to get t
In a third party COM Module I have to pass a struct to a Method. The important parts of the IDL definition look like this:
I have a referenced a COM dll. Some methods expect a callback parameter. I checked the interop.MyComLib.dll in reflector:
I have an ActiveX control generated by the FireBreath framework (http://firebreath.org).I need to get a reference to the <object> tag in the page that hosts the plugin from C++.
I am a physicist. I am trying to work on Delphi with an imported activex control (ocx file). Let’s say there are 3 automation interfaces in the library: IGraph, IGraphAxes and IAxis. The structure of