[Mono-osx] Mono 1.1.10 + MacOS
Ken & Deb Allen
kendrhyd at sympatico.ca
Fri Nov 18 17:09:11 EST 2005
I downloaded the latest release and then attempted to test my
program, which uses Windows Forms, but it does not work! It starts to
launch and then it simply exits. This same code would compile and run
under 1.1.9, but some of the Windows controls did not work as well as
they should.
Here is the script that I use to build the application:
#! /bin/sh
cd ~/Development/Mono.Projects/DoubleElimination
echo Building...
mcs -out:DoubleElimination.exe -t:exe -warn:4 -
r:System.Windows.Forms.dll -r:System.Drawing -r:System.Data
AssemblyInfo.cs ControlForm.cs CreateTournamentForm.cs
EliminationTournamentClass.cs
rm -R DoubleElimination.app
macpack -n:DoubleElimination -a:DoubleElimination.exe -o:. -m:1
rm DoubleElimination.exe
echo done.
As I mentioned, when I double-click on DoubleElimination.app, the
icon appears in the dock, bounces three times and then disappears!
Has something changed that is not safe for MacOS 10.4.3?
-ken
More information about the Mono-osx
mailing list