On Nov 29, 12:11 pm, "Iwan Budihalim" <iwan_budiha...@visuallabs.net>
wrote:
> 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
Iwan Budihalim - 30 Nov 2007 16:53 GMT
Hi there,
I'm using Delphi 6.0 which is not .NET version.
> On Nov 29, 12:11 pm, "Iwan Budihalim" <iwan_budiha...@visuallabs.net>
> wrote:
[quoted text clipped - 5 lines]
>
> 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

Signature
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
Iwan Budihalim - 30 Nov 2007 16:53 GMT
Does it mean, we have to Register Server (regsvr32) the DLL COM ?
any example or tutorial to do this ?
many thanks
> Hi Iwan,
>
[quoted text clipped - 6 lines]
>
> Kerem
Willy Denoyette [MVP] - 30 Nov 2007 19:01 GMT
> Does it mean, we have to Register Server (regsvr32) the DLL COM ?
> any example or tutorial to do this ?
Please read the docs, MSDN has everything you need to know about COM
Interop, start here :
http://msdn2.microsoft.com/en-us/library/aa645712(VS.71).aspx and here:
<http://msdn2.microsoft.com/en-us/library/bd9cdfyx(vs.71).aspx>
Willy.