Load Class in TypeLibrary Dynamically
Delphi
1
Posts
1
Posters
4
Views
1
Watching
-
Hi Delphi gurus. I have had this com component registered on my machine, imported the component (xxxx_TLB got generated) and then I installed the component. Is there any way that I could use the xxxx_TLB file after loading it dynamically and I don't have to install the component?? I mean all it contains is interface, dispinterface, CoClass and a class. Can not I instantiate this class dynamically? Thanks for any information.