[Mono-list] Can i use DLL on mac ?

Dallman, John john.dallman at siemens.com
Thu Jun 26 09:05:48 EDT 2008


Mario De Clippeleir [mariodc at sydec.be] wrote:

> I am wondering if I can use an extern C DLL (for Interop use 
> with a C# application) on a mac of do I need to compile it to 
> a dylib ?

You need a dylib. Mac OS X is very different from MS Windows, and
even though it uses the same kind of CPU, it won't run code built
for Windows, which is what that DLLs is. 

--
John Dallman


More information about the Mono-list mailing list