
A commercial system running on my linux eee pc under wine. EMS stinger stuff if you want to try it.
Fred.
Code: Select all
/home/user> mono ./GabesGDI+example.exe
** (./GabesGDI+example.exe:24511): WARNING **: Missing method System.Windows.Forms.Control::set_DoubleBuffered(bool) in assembly /usr/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll, referenced in assembly /home/user/GabesGDI+example.exe
Unhandled Exception: System.MissingMethodException: Method not found: 'System.Windows.Forms.Control.set_DoubleBuffered'.
at <0x00000> <unknown method>
at GabesGDI_example.Form1..ctor () [0x00000]
at (wrapper remoting-invoke-with-check) GabesGDI_example.Form1:.ctor ()
at GabesGDI_example.Program.Main () [0x00000]