[Mono-winforms-list] Re: SWF status

Timothy Parez tpsoftware@users.sourceforge.net
Tue, 6 Apr 2004 22:31:11 +0200


This is the output I get :

[timothy@pctimo lib]$ ls -all libgdi*
lrwxr-xr-x  1 root root      26 apr  6 11:15 libgdi32.dll.so -> /usr/lib/wine/gdi32.dll.so
-rw-r--r--  1 root root 2041506 feb  2 01:25 libgdiplus.a
-rwxr-xr-x  1 root root     853 feb  2 01:25 libgdiplus.la
lrwxr-xr-x  1 root root      19 apr  1 11:39 libgdiplus.so -> libgdiplus.so.0.0.0
lrwxr-xr-x  1 root root      19 apr  1 11:37 libgdiplus.so.0 -> libgdiplus.so.0.0.0
-rwxr-xr-x  1 root root   47720 feb  2 01:25 libgdiplus.so.0.0.0
[timothy@pctimo lib]$


On Tuesday 06 April 2004 22:18, Peter Dennis Bartok wrote:
> 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
> >
> >
> 
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>