On Fri, 2004-03-19 at 16:10, Kevin Jones wrote: > I'm trying to get Winforms to work on Mono under Fedora core 1. I've > installed the mono and mono devel packages, I've also installed WINE, > WINE-MONO, Cairo and libgdiplus. However I don't have gdiplus.dll on my > system. Is there a version of gdiplus.dll for Linux? If so where do I > find it. Google searches have not turned this up.
Make & install libgdiplus. All the P/Invoke calls to gdiplus.dll get resolved to libgdiplus.so. -Ravindra _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
