[Mono-list] RE: Interop

Jonathan Pryor jonpryor@vt.edu
Mon, 13 Dec 2004 20:42:27 -0500


On Mon, 2004-12-13 at 15:54 +0100, Javier Miguel Gonzalez wrote:
> I have to deliver some libraries (DLL's written in Delphi 7) for use in
> unmanaged environments, and I am planning to migrate them to C# with mono
> and let them run in linux/unix too.

The callback-based/delegate mechanism is probably the better approach,
as it will permit easier migration from .NET, as well as the portability
between .NET and Mono.

> > See: http://www.go-mono.com/embedded-api.html
> 
> Do you know were can I find samples of use?
> 
> In the last section of document says 'See the sample programs in
> mono/sample/embed for examples of embedding the Mono runtime in your
> application.'. Where are mono/sample/embed??

It's located in subversion.  See:

	http://primates.ximian.com/~miguel/svn-migration.html
	http://mono.myrealbox.com/source/trunk/mono/samples/embed/

 - Jon