Help pls how to call .net dll from Delphi

R

Raghu Raman

Hi ,

I have written a .net dll and i want to call this from Delphi.

Please tell me the procedures and examples that helps me to call the
..net dll from Delphi.

With Thanks
Raghu
On His feet..
 
R

Reg

Since you are looking for Delphi code, you will probably find better help
for this one in the Delphi groups.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

You have to register your dll for COM interop (an option in the project
properties page )
After that you access it like any regular COM object from Delphi


cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top