C# DLL in Delphi

  • Thread starter Thread starter Iwan Budihalim
  • Start date Start date
is it anyway to call C# DLL (manage) with Delphi ?

If you're using the .NET version of Delphi, you should be able to call
into a C# DLL in the same way as you'd call into any other managed
library (System.dll, mscorlib.dll etc)

Jon
 
Hi Iwan,
is it anyway to call C# DLL (manage) with Delphi ?

yes, make the DLL COM Visible and your Delphi App
can invoke its methods with COM Interaction,...


Regards

Kerem

--
 
Does it mean, we have to Register Server (regsvr32) the DLL COM ?
any example or tutorial to do this ?

many thanks
 

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

Back
Top