Hi,
can anyone help me with this? I have created a COM object in Visual C++ using the ATL COM AppWizard (that's me alienated most of the Delphi forum now).
If your still reading then this is my problem. There are plenty of examples of Delphi code that use COM objects that have been written in Delphi with their associated type libraries written in .pas files. Does anyone have an example of Delphi code that uses a COM object written in any other language.
The reason I used a C++ COM object is that Delphi cannot do what I want it to do. Please...please don't reply saying 'why don't you write it in Delphi instead'.
If I try and use these pieces of code I get exceptions:
certChecker := CreateComObject(CLSID_CertChecker);
or
certChecker := CreateOleObject('RevokeCert.CertChecker');
Any help would be much appreciated. Thanks in advance.
can anyone help me with this? I have created a COM object in Visual C++ using the ATL COM AppWizard (that's me alienated most of the Delphi forum now).
If your still reading then this is my problem. There are plenty of examples of Delphi code that use COM objects that have been written in Delphi with their associated type libraries written in .pas files. Does anyone have an example of Delphi code that uses a COM object written in any other language.
The reason I used a C++ COM object is that Delphi cannot do what I want it to do. Please...please don't reply saying 'why don't you write it in Delphi instead'.
If I try and use these pieces of code I get exceptions:
certChecker := CreateComObject(CLSID_CertChecker);
or
certChecker := CreateOleObject('RevokeCert.CertChecker');
Any help would be much appreciated. Thanks in advance.