[Mono-osx] libgdiplus.dylib version 1
iamphi
iamphi at gmail.com
Fri May 8 14:38:22 EDT 2009
You also may need to remap gdiplus.dll in your System.Drawing.dll.config .
Add this to your config file:
<configuration>
<dllmap dll="gdiplus.dll"
target="/Library/Frameworks/Mono.framework/Versions/Current/lib/libgdiplus.dylib"
/>
</configuration>
I had to do this for my mono 2.2 install on OS X 10.5 . I forget where I
found the tip to do this.
Information on dll mapping: http://www.mono-project.com/Config_DllMap
Phi
Laurent Etiemble wrote:
>
> Hello,
>
> Are you using Mac OS X 10.4 ? If yes, have you installed the X11
> package ? Note that the gdiplus library depends on materials installed
> with the X11 package.
>
> Regards, Laurent Etiemble.
>
> 2009/5/1 safra <raoulterberg at hotmail.com>:
>>
>> Hi,
>>
>> I use some software that runs on mono version 1. Unfortunately
>> System.Drawing is not included in this framework.
>>
>> I downloaded and added the System.Drawing dll. On windows all works fine.
>> On
>> the Mac however I get the message DllNotFoundException: gdiplus.dll.
>>
>> So I downloaded a recent version of gdiplus.dll and placed it in my
>> project
>> folder and also in the dll folders of the software I am using. Some how I
>> still get above error. I know someone managed to get this working using
>> libgdiplus.dylib
>>
>> I have been searching all over the Inter but all mono downloads for
>> version
>> 1.x go to 2.x
>>
>> Anyone knows where I can download version 1 of mono or better,
>> libgdiplus.dylib?
>>
>> Thanks!
>> --
>> View this message in context:
>> http://www.nabble.com/libgdiplus.dylib-version-1-tp23333110p23333110.html
>> Sent from the Mono - OSX mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Mono-osx mailing list
>> Mono-osx at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-osx
>>
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>
>
--
View this message in context: http://www.nabble.com/libgdiplus.dylib-version-1-tp23333110p23451380.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list