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!

Re: Can dephi use .Net Dll ? by Bernhard

Bernhard
Tue Sep 28 06:52:18 CDT 2004

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.



Romain TAILLANDIER wrote:
> 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!
>
>