Tagged Questions
0
votes
0answers
21 views
Deciding which functions to show from Type LIbrary at Runtime
Excel uses the type library to display functions from an automation addin. The functions are shown in Excel's "Insert Function" dialog (after choosing the category).
What I want to do is to decide ...
0
votes
1answer
270 views
Importing interfaces in IDL from an external type library
I have two type libraries with COM interfaces that I wrote using ATL and Microsoft's IDL. I would like an interface in one library to inherit from an interface in the other.
Essentially, I would like ...
0
votes
1answer
277 views
How to consume and re-expose a Win32 type library using Delphi Prism
I currently have a Win32 type library created in Delphi which I need to consume, implement and re-expose via .NET. What are the steps necessary to bring the TLB into Prism so the interface can be ...