[Mono-winforms-list] How about the Ssytem.Windows.Forms??

Ravindra Kumar rkumar@novell.com
Tue, 12 Oct 2004 03:25:07 -0600


Well, it's not crashing here. I get a NotImplemented exception.
But that's because we don't have complete implementation yet.

I suspect your setup might not be proper. Please make sure
that you have installed the new SWF dll and System.Drawing
along with all the necessary dependencies. Mainly, cairo and
libgdiplus.

-Ravi

>>> Cristi S <cristi_s@pentapro.ro> 10/12/04 2:03 PM >>>
Ravindra Kumar wrote:

>Hi,
>
>Would you mind sending a small program that reproduces the
>problem ? I can run small SWF here without any problem.
>
>- Ravi
>
>  
>
>>>>Cristi S <cristi_s@pentapro.ro> 10/12/04 1:14 PM >>>
>>>>        
>>>>
>Hello,
>
>I want to ask if anybody could start an application that uses 
>system.windows.forms library. I can compile it but when I run it with

>mono it gives  me the "segmentation fault" error.
>
>THX a LOT!!
>Cristi S
>_______________________________________________
>Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com 
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list 
>
>  
>
Those are the files!

and this is a sample of the output
"
cristi_s@Cristis:~/Desktop$ mcs FirstApp.cs /r:System.Windows.Forms.dll

/r:System.dll
Compilation succeeded
cristi_s@Cristis:~/Desktop$ mono FirstApp.exe
Segmentation fault
cristi_s@Cristis:~/Desktop$
"

THX AGAIN!!

Cristi S