For the record, my own app uses PixelOffsetMode to work around a GDI+ problem (rounding issues when zooming in/out), but although this method isn't implemented in Mono, it's not actually needed for me since Mono doesn't have this issue in the first place. So if your case is similar, you can ignore the PixelOffsetMode part of the report.
The real issues are the P/Invokes. If you can't change these parts of the code, this app just won't work out of Windows (Wine aside). darkprince87 wrote: > > yes it works on windows and Yes, it't launched with wine (the problem is > that I would make a linux version of this application without to touch the > GUI part. I've made an analisys with MoMA and I've got these results: > > http://old.nabble.com/file/p26635819/result.png > -- View this message in context: http://old.nabble.com/Error-With-Gdi32.dll-tp26571869p26635826.html Sent from the Mono - WinForms mailing list archive at Nabble.com. _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
