Can dephi use .Net Dll ?

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

Hi group

I have sold to my client some .net DLL.
He want to integrate some fonctionnalities in his own programs. But he is
developping in Delphi.
Can he attack this DLL passing throw the framework ?

Generally can any program from any language can use some .net DLL (assuming
the framework is correctly installed) ?

thanks!
 
What Delphi?

For D2-D7 he can Import the functionality as COM-Object
(You must generate a COM-Wrapper with some Framework-Tools
didn't know the correct yet)).

In D8, he can use the .NET-Assembly direct.
 

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