Re: [Mono-list] Pure wrapper calling native code

2010-08-05 Thread Stifu
Aren't native / unmanaged DLLs Windows only? If that's the case, then it's not possible. Brendon Chung wrote: I currently have a program written in C# and running via Mono on my Mac. I need this program to access an unmanaged C++ dll. My first attempt at this was using the DllImport

Re: [Mono-list] Pure wrapper calling native code

2010-08-05 Thread Maser, Dan
...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of Stifu Sent: Thursday, August 05, 2010 12:40 PM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] Pure wrapper calling native code Aren't native / unmanaged DLLs Windows only? If that's the case, then it's not possible

Re: [Mono-list] Pure wrapper calling native code

2010-08-05 Thread Jonathan Pryor
Short [0] version: http://www.mono-project.com/dllimport Brendon Chung wrote: I need this program to access an unmanaged C++ dll. Which prompts the single most important question: do you have a version of this C++ DLL built for the Mac platform? (For example, if the C++ DLL is `foo.dll`, do