[Mono-winforms-list] Re: SWF status

Peter Dennis Bartok peter@novonyx.com
Tue, 6 Apr 2004 14:18:24 -0600


There is a bunch of symbolic links that need to get created when
installing winelib. Did you do a 'make install'?

Also, check if you have libgdiplus.so as well, there was a bug in the red
carpet package for libgdiplus, it didn't create that link so it couldn't
load properly. Make sure you have the following files (and symbolic
links):

lrwxrwxrwx    1 root     root           24 Mar 23 14:21 libgdiplus.so ->
/usr/lib/libgdiplus.so.0
lrwxrwxrwx    1 root     root           19 Mar 19 14:19 libgdiplus.so.0 ->
libgdiplus.so.0.0.0
-rwxr-xr-x    1 root     root        84496 Mar 18 18:32
libgdiplus.so.0.0.0


Cheers,
  Peter

-----Original Message-----
From: "Timothy Parez" <tpsoftware@users.sourceforge.net>
To: <mono-winforms-list@lists.ximian.com>
Date: 06 April, 2004 03:17
Subject: [Mono-winforms-list] Re: SWF status


>Ok,
>
>I installed winelib from cvs but I still get
>
>timothy@pctimo winforms]$ cd button/
>[timothy@pctimo button]$ mono swf-buttons.exe
>Could not load winelib.exe.so
>Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for System.Windows.Forms.Control --->
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Windows.Forms.Win32 --->
System.DllNotFoundException: winelib.exe.so
>in <0x00053> (wrapper managed-to-native)
System.Windows.Forms.Win32:WineLoadLibrary (string)
>in <0x002e1> System.Windows.Forms.Win32:.cctor ()
>--- End of inner exception stack trace ---
>
>in (unmanaged) System.Windows.Forms.Win32:RegisterWindowMessage (string)
>in <0x000f2> System.Windows.Forms.Control:.cctor ()
>--- End of inner exception stack trace ---
>
>in (unmanaged) System.Windows.Forms.Control:.ctor ()
>in <0x0000f> System.Windows.Forms.ScrollableControl:.ctor ()
>in <0x0000a> System.Windows.Forms.ContainerControl:.ctor ()
>in <0x00017> System.Windows.Forms.Form:.ctor ()
>in <0x0000a> MyFormProject.MainForm:.ctor ()
>in <0x0004f> (wrapper remoting-invoke-with-check)
MyFormProject.MainForm:.ctor ()
>in <0x0001b> MyFormProject.MainForm:Main (string[])
>_______________________________________________
>Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>