[Mono-winforms-list] MessageBox is working.. WinForms not
Juergen Moeller
juergen.moeller@elektrobude.de
Wed, 26 May 2004 11:36:24 +0200
Am Tuesday 25 May 2004 16:09 schrieb Peter Dennis Bartok:
> The reason I mentioned I thought it was a mismatch is that I've had the
> same problem before, when Jordi I only updated libgdiplus but not
> System.Drawing and Jordi had made some enhancements that required both
> to be in sync.
I'm quite sure, that both are in sync. :(
Now I changed the method GDIPlus.CheckStatus so, that all thrown exceptions
are caught and just a hint is printed to System.Console and.... everything
works fine! :)
Ok, I know that i have not solved the problem, but I can now develop my own
application again.
To solve the problem, i have to find out what System.Drawing.Status is,
where it is set and why it is set to Status.InvalidParameter.
-Juergen