[Mono-dev] Windows.Forms broken on Windows

Robert Jordan robertj at gmx.net
Sun Feb 2 14:15:52 UTC 2014


On 02.02.2014 15:12, Robert Jordan wrote:
> This is caused by a wrong dll-map:
>
> <dllmap dll="gdiplus" target="@prefix@/lib/libgdiplus at libsuffix@" />
> <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus at libsuffix@" />
>
> in $prefix/etc/mono/config.
>
> It should read
>
> <dllmap dll="gdiplus" target="@prefix@/lib/libgdiplus at libsuffix@"
> os="!windows" />
> <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus at libsuffix@"
> os="!windows"  />

And it's already fixed on master:

https://github.com/mono/mono/blob/master/data/config.in

Robert




More information about the Mono-devel-list mailing list