How do I consume a C# dll using Delphi 6? I have tried creating and using a TLB file that is created by Delphi as a _TLB, but it is a little buggy when I compile it and it only sees the classes and not the methods or properties in the C# dll.
Is there another way to consume the dll directly without TLB?
Thanks
Is there another way to consume the dll directly without TLB?
Thanks