To All,
I am using Delphi 6 and trying to consume a COM object created by VS 2005 C#. I can successfuly create the DLL in VS, export it to a TLB file and import the TLB into Delphi. But when I try to instantiate a new class from the COM using Co(Classname).Create, I get the above error.
I have no idea what file it could be looking for; the TLB is absorbed into the Delphi code as a .pas file.
Any ideas, thanks.
I am using Delphi 6 and trying to consume a COM object created by VS 2005 C#. I can successfuly create the DLL in VS, export it to a TLB file and import the TLB into Delphi. But when I try to instantiate a new class from the COM using Co(Classname).Create, I get the above error.
I have no idea what file it could be looking for; the TLB is absorbed into the Delphi code as a .pas file.
Any ideas, thanks.