[Mono-winforms-list] another forms problem

Martin Otten martin.otten@koeln.de
Sun, 26 Dec 2004 15:39:26 +0100


Hi!

I use mono 1.1.3 on mac os x.

If I try to run a programm compiled with

mcs myprogramm.cs -r System.Windows.Forms

and try to run it using

mono myprogramm.exe

I got an error that means something like mono cannot find wine.

What about the native implementation? I read on the website that it can 
be found in Managed.Windows.Forms , but if I try to add this assembly by:

mcs myprogramm.cs -r Managed.Windows.Forms

i got the message, that mono is not able to find the assembly...

What did I do wrong?

regards

martin