Tagged Questions
8
votes
3answers
2k views
Delphi 2009 COM/ActiveX Type Library support stability
Referring to TLB and maintenance issues ...
My question to people (often) using the new COM/ActiveX type library support in Delphi 2009:
How stable is the implementation?
Especially, I'm interested ...
0
votes
1answer
66 views
How to include the type libraries in a visual c++ project?
I am working on a FireBreath project which makes a plugin application which wraps the functions of an ActiveX control. I even have the source code of the ActiveX control.
Based on a sample example ...
0
votes
2answers
469 views
How to write a class library for OLE Automation?
I have Excel add-in which I add so many class modules that it is now very bulky. I want to convert it into a type library or a COM package so that I can re-use it for the other apps in the MS Office ...