Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inherit class from a dll 1

Status
Not open for further replies.

fifthelement80

Technical User
Jul 18, 2006
1
IR
Hello All
I have a dll file which contains a class which I want to inherit it and use its methods. author says the dll is written by .net technology and it is language independent. I am using delphi 2006. I tried to import it as a component then it created a TLB file for me , but the class which I want to inherit just has 2 methods ! connect and remoteconnect. and the other methods are not defined in TLB file, am I doing anything wrong ? can anyone kindly guide me how to inherit from the class in my dll file ?
Best Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top