[Mono-winforms-list] Problems with Mac OSX (Intel), Mono 1.1.16.1 and gdiplus

Peter Dennis Bartok Peter at novonyx.com
Thu Jul 27 01:05:14 EDT 2006


Susan,

I haven't looked at the config files, but from your description it does 
indeed sound like a bug, we do need the same config for the 2.0 profile. 
Would you mind logging a bug at bugzilla.ximian.com? File it under 
System.Windows.Forms if you can't find an appropriate category, and I will 
then find an owner for it.

Cheers,
    Peter

-----Original Message-----
From: "Susan Mackay" <susanmackay at optusnet.com.au>
To: <mono-winforms-list at lists.ximian.com>
Date: Wednesday, July 26, 2006 19:59
Subject: Re: [Mono-winforms-list] Problems with Mac OSX (Intel),Mono 
1.1.16.1 and gdiplus


>I think I may have answered my own question - if I have, then is this
>situation a "bug"?
>
>I found out about .config files (from a book about developing software 
>under
>mono) and I then looked at
>/Library/Frameworks/Mono.framework/Versions/1.1.16.1/lib/mono/gac/System.Win
>dows.Forms and noticed that under the 1.0.5000.* folder there is a .config
>file but not under 2.0.0.* folder. The 1.0.5000 config file contains 
>mapping
>instructions to do what I'm after. Therefore I copied the config file into
>the 2.0.0 window.
>
>I've noticed that the same situation exists with System.Drawing.
>
>Should the (presumably .NET V2 compatible) 2.0.0 directory contain the
>.config files? Should they be the same as the 1.0.5000 version or should
>they contain something different?
>
>Cheers,
>
>Susan
>
>
>
>(Original message follows...)
>
>Hi,
>
>I've installed the latest Intel package for Mono (1.1.16.1) for the Max OSX
>and I'm trying to 'start small' learning Mono (I've come from a Windows
>/Visual Studio /C# environment) and I've come across a problem.
>
>My test code is trivial - basically a single call to
>System.Windows.Forms.MessageBox.Show(). I complies (gmcs) and runs under
>mono until it tries to load the gdiplus.dll library - which it can't find.
>
>I've used the MONO_LOG_LEVEL="debug" and MONO_LOG_MASK="asm,dll" 
>environment
>variables, and I can see mono (dlopen actually) trying all sorts of
>variations of gdiplus.dll (prefixed with "./" and/or "lib", suffixed with
>and without the ".dll" by ".so").
>
>The only gdiplus files on my computer are in
>/Library/Frameworks/Mono.framework/Versions/1.1.16.1/lib/libgdiplus.dylib
>(and ".a" and ".la" suffixes).
>
>What I don't see is any combination of ".dll" and ".so" suffixes.
>
>Is this a known problem with my configuration?
>
>Is there some way to tell the mono environment to include a check for the
>.dylib" suffix?
>
>Thanks
>
>Susan
>
>
>_______________________________________________
>Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
> 



More information about the Mono-winforms-list mailing list