[Mono-devel-list] gdiplus downloaded but still says missing from mono

Duncan Mak duncan at ximian.com
Wed Nov 3 18:30:12 EST 2004


On Wed, 2004-11-03 at 17:23 -0600, Gerardo Santovena wrote:
> I have Ubuntu, I have libgdiplus installed as well, and that's true:
> there isnt libgdiplus.dll installed in my box:
>
> /usr/lib/libgdiplus.so
> /usr/lib/libgdiplus.so.0

On Linux, shared libraries end in .so.

The DllImport line is smart and uses the correct suffix according to the
OS (dll for Windows, so for Unix, and dylib for Mac OS X)
 
-- 
Duncan Mak <duncan at ximian.com>



More information about the Mono-devel-list mailing list