[Mono-winforms-list] Congratulations

Peter Dennis Bartok peter@novonyx.com
Fri, 20 Aug 2004 12:46:23 -0600


Fabian,

Thanks for the kind words.

As for your exception: It seems you are running an older version of mono
itself, the cvs version does no longer try to load winelib.exe.so. Also,
there was a patch in System.Drawing/Graphics.cs that makes the FromHwnd work
on Linux. You might want to try and update your System.Drawing sources from
CVS. The you should be able to ignore the winelib.exe.so error (but if it
bothers you, compile the latest mono).

Cheers,
  Peter


-----Original Message-----
From: "Fabian Luque" <fluque@forumnet.com.ar>
To: <mono-winforms-list@lists.ximian.com>
Date: 20 August, 2004 12:34
Subject: [Mono-winforms-list] Congratulations


>Hi people:
>
>I just want to congrat you for the work on SWF so far. I've been compiling
>the library, both on windows and linux,
>and all I can say is that I'm very excited about this new implementation.
>
>I've been running the winforms tests on Windows without issues, but I get
>this exception every time I try to run the samples on a linux box:
>
>Could not load winelib.exe.so
>XplatUIX11 Constructor called
>XplatUI Constructor called
>Form Constructor called
>CalcAutoSize () after {Width=294, Height=19}
>Exception 'Feature not implemented.
>         at System.Drawing.GDIPlus.CheckStatus()
>         at System.Drawing.Graphics.FromHwnd()
>         at System.Windows.Forms.XplatUIX11.PaintEventStart()
>         at System.Windows.Forms.XplatUI.PaintEventStart()
>         at System.Windows.Forms.Control.WndProc()
>         at System.Windows.Forms.Label.WndProc()
>         at System.Windows.Forms.Control+ControlNativeWindow.WndProc()
>         at System.Windows.Forms.NativeWindow.WndProc()'
>
>I tried installing Wine and winelib but then the samples don't even throw
>the exception.
>
>Anyway, keep up the good work on SWF.
>
>Regards,
>
>Fabian
>_______________________________________________
>Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>