[Mono-list] Interop

J.M.Piulachs [Sand!] jmarc.piulachs@esand.net
Tue, 14 Dec 2004 16:33:13 +0100


You can take a look a this articles about Win32 api interop :

http://www.developerland.com/CSharpGeneral/COMInterop/198.aspx
http://www.developerland.com/CSharpGeneral/General/146.aspx

Hope it helps
Marc,

----- Original Message ----- 
From: "John Lenz" <lenz@cs.wisc.edu>
To: "Javier Miguel Gonzalez" <javier.miguel@experian.es>
Cc: <mono-list@lists.ximian.com>
Sent: Tuesday, December 14, 2004 2:59 AM
Subject: Re: [Mono-list] Interop


> On 12/13/04 03:35:03, Javier Miguel Gonzalez wrote:
>> Hello,
>>
>> I want to call a .Net function (in a class) from unmanaged code, like VC+ 
>> +
>> 6
>> or Delphi 7.
>>
>> Do you know if it is possible?
>>
>> Are there something like JNI in .Net?
>>
>> I have read this articles:
>>
>> http://www.blong.com/Conferences/BorCon2004/Interop1/Win32AndDotNetInterop.h
>> tm#InversePInvoke
>>
>> http://www.codeproject.com/csharp/Win32_to_NET.asp
>>
>> ...but I feel that this methods are not so much standard.
>>
>> Are in Mono something better to do it than in MS .Net Framework?
>
> You could also check out SWIG at http://www.swig.org, which has C# support 
> and works with the Microsoft runtime, mono, and Portable.NET.  There are a 
> lot of examples on wrapping code provided by SWIG as well.
>
> John
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>