Hello Assaf,

> I'm running Delphi 7, and I wish to access a DLL written in (I presume)
> C# - at any rate, it is a managed DLL.
> What, I'd like to know, is if - and how - can I access the objects in
> it.

Yes, it is possible. You simply have to register your dot net assembly
as com-server. Therefor the dot net framework comes with regasm.exe.
And you either can create corresponding tlb or access com object as
variant. Parameters and use of regasm can be found in msdn. HTH.

-- 
Cheers,
J�rn



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to