[Mono-winforms-list] Problems with Mac OSX (Intel), Mono 1.1.16.1 and gdiplus

Lauri Kotilainen rytmis at gmail.com
Wed Jul 26 14:35:50 EDT 2006


Hi,

On 7/26/06, Susan Mackay <susanmackay at optusnet.com.au> wrote:

> Is there some way to tell the mono environment to include a check for the
> .dylib" suffix?

A quick google for "mono dylib" suggests that you need to map the .dll
-files to the .dylib files in /usr/etc/mono/config:

<configuration>
        <!-- ... lots of other dllmaps here -->
        <dllmap dll="gdiplus.dll" target="libgdiplus.dylib"/>
</configuration>

Try http://www.xargos.com/mono-osx.php for more information :)

Disclaimer: too lazy to plug in the Mac and try this myself, so this
may or may not work.

-- 
Lauri Kotilainen
rytmis at gmail.com


More information about the Mono-winforms-list mailing list