AW: [Mono-osx] Problems with first WinForms Hello World

Armin Arnegger arnegger@innosolv.ch
Sat, 9 Apr 2005 23:14:53 +0200


See below [Armin]

What is in your 
/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/gac/System.Draw
ing/1.0.5000.0__b03f5f7f11d50a3a/System.Drawing.dll.config

[Armin]
<configuration>
         <dllmap dll="gdiplus.dll"
target="/Library/Frameworks/Mono.framework/Versions/1.1.6/lib/ 
libgdiplus.dylib" />
</configuration>

and

/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/gac/System.Wind
ows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll.config

[Armin]
<configuration>
         <dllmap dll="gdiplus"
target="/Library/Frameworks/Mono.framework/Versions/1.1.6/lib/
libgdiplus.dylib" />
         <dllmap dll="libX11" target="/usr/X11R6/lib/libX11.dylib" />
</configuration>

files?