-
1
- #1
fifthelement80
Technical User
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
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