[Mono-list] Windows.Forms apparently broken on OS X with mono-1.1.4 binary distribution

Thomas E. Vaughan tevaugha@ball.com, tevaughan@comcast.net
Sun, 27 Feb 2005 18:41:08 -0700


On Sat, Feb 26, 2005 at 06:49:31PM -0500, Ben S. Stahlhood
wrote:
> 
> Here is an example of a macpack using your Main.exe file:
> 
> macpack -a:Main.exe -o:. -m:1 -n:Main
> 
> -m is the mode which 1 means Windows Forms I believe.
> Geoff knows more about this...

That worked, except that I had to remove the colons (":"s)
from the command line.  Thanks a lot!

Unfortunately, I'm a double newbie: new to OS X and new to
dotnet.

> This will create a Main.app file, which should run fine :)

I was interested to see that the resultant Main.app is a
*directory* containing a hierarchy of files.  After clicking
on Main.app in the Finder, I did 'ps aux' and discovered
that the Finder had apparently executed 'mono Main.exe'.

> Hope this helps.

It does.  Now everything works.  You rock.

-- 
Thomas E. Vaughan <tevaughan@comcast.net>