Link to home
Start Free TrialLog in
Avatar of RianaSteyn
RianaSteyn

asked on

Delphi, COM - Including one type library in another type library

I am a Delphi (7.0 Professional) developer. I have developed 2 separate type libraries in 2 separate project groups. I need to use / reference some of the interfaces that are defined in type library B in type library A. Eg. interface ISomething is defined in type library B. Interface IAnother is defined in type library A. Interface IAnother has a method/property that must return a result of type ISomething. How can I do this?
ASKER CERTIFIED SOLUTION
Avatar of Russell Libby
Russell Libby
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RianaSteyn
RianaSteyn

ASKER

Thank you very much! I really appreciate your help. The type libraries were registered so with the help of your instructions the problem was solved in less than 5 minutes!