[Mono-osx] Problem with Mono 2.10.3_5 Windows.Forms

Graki fradav at gmail.com
Fri Aug 12 05:02:36 EDT 2011


Same problem with the latest 2.10.4_0, no carbon support...
To verify it :
nm /Library/Frameworks/Mono.framework/Versions/2.10.4/lib/libgdiplus.dylib |
grep GdipCreateFrom
000105ed T _GdipCreateFromHDC
0001078f T _GdipCreateFromHWND
0001079c T _GdipCreateFromXDrawable_linux

It's still missing the GdipCreateFromContext_macosx function
It should be :
nm /usr/local/Cellar/libgdiplus-mono32/2.10/lib/libgdiplus.dylib | grep
GdipCreateFrom
0000b510 T _GdipCreateFromContext_macosx
0000b5b0 T _GdipCreateFromHDC
00007af0 T _GdipCreateFromHWND
0000b400 T _GdipCreateFromXDrawable_linux

Regards

--
View this message in context: http://mono.1490590.n4.nabble.com/Problem-with-Mono-2-10-3-5-Windows-Forms-tp3729690p3738270.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list