I am wondering which of the following two options is more likely to work on Linux:
- Native Win32 apps running with WINE
- .Net apps running with Mono (assuming only using .Net 2 - including WinForms)
Note 1: By work, I mean will likely have all features implemented and working correctly, so that it can be run using the same binary under Linux.
Note 2: I am only interested in the above 2 options. Answers like "Use QT / Java / WxWidgets / [your favorite framework]" are not what I am looking for.