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.
 
Back
Top