Hi, I don't think that you can access .net code from win32 easily. But it is possible to write .Net code with MS Visual C++ for .Net or with Delphi for .Net that can be accessed by win32 apps. So I guess you have to write a proxy with Delphi .Net. Note that the proxy code in Delphi .Net has to be marked as unsafe to accessible by win32 code. But I don't know what you have to do exactly, I just read some time ago in the blog of a Borland employee that is possible - even without having the managed code expose a COM interface.
HTH, Markus At 15:03 Saturday, 08.04.2006 +0100, soniya patankar wrote: >Hello All, > > > How to achieve interoperability between c # and Delphi in Delphi 2006 IDE. > > I have one function which is in c# and I want to call this > function in Delphi win 32 how to do it? > > If possible give me step by step procedure for this interoperability > > Thanks in advanced > > Regards, > Soniya ----------------------------------------------------- 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/

