Quote:
Originally Posted by Nogg
Hm. I wish I still had a linbox around. Do you know what the version of .NET is that Mono supports?
|
I'm not sure of the version, but this is the error I get when I try to run it under Mono in Ubuntu
Quote:
mono HackBuilder.exe
** (HackBuilder.exe:28775): WARNING **: Missing method System.Windows.Forms.ToolTip::set_ToolTipTitle(str ing) in assembly /usr/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll, referenced in assembly /home/aboeglin/Desktop/HackBuilder1.01.zip_FILES/HackBuilder.exe
Unhandled Exception: System.MissingMethodException: Method not found: 'System.Windows.Forms.ToolTip.set_ToolTipTitle'.
at <0x00000> <unknown method>
at HackBuilder.Form1..ctor () [0x00000]
at (wrapper remoting-invoke-with-check) HackBuilder.Form1:.ctor ()
at HackBuilder.Program.Main () [0x00000]
|
I wonder if you get rid of the "set_ToolTipTitle" function if the program will run...