[Mono-list] Wine and System.Windows.Forms

Shaun Jackman Shaun Jackman <sjackman@gmail.com>
Fri, 1 Oct 2004 13:47:19 -0700


I'm using Managed.Windows.Forms out of today's CVS (2004-10-01). I see
a problem with System.MulticastDelegate and
System.Windows.Forms.ScrollBar. Are these full implemented?

Please cc me in your reply. Thanks again,
Shaun


$ mono --debug --trace FocusRemote.exe 2>&1 | grep -2 WARNING
. ENTER: System.AppDomain:DoAssemblyLoad
(System.Reflection.Assembly)(this:0x81e5fa0[System.AppDomain
FocusRemote.exe], [System.Reflection.Assembly:0x81e7f28], )
. . ENTER: System.MulticastDelegate:op_Equality
(System.MulticastDelegate,System.MulticastDelegate
** (FocusRemote.exe:16225): WARNING **: Could not load class from
token 0x01000021 in
/home/sjackman/work/pathway/focusremote-0.1.1/FocusRemote.exe
)((nil), (nil), )
. . LEAVE: System.MulticastDelegate:op_Equality
(System.MulticastDelegate,System.MulticastDelegate)TRUE:1
--
. . . . . . . . . . . . . . ENTER:
System.Windows.Forms.Control:get_ClientRectangle
()(VALUERET:0x40bd54c0, this:0x8315330[System.Windows.Forms.ScrollBar
FocusRemote.exe], )
. . . . . . . . . . . . . . . ENTER: Sy
** (FocusRemote.exe:16225): WARNING **: Missing method .ctor in
assembly /home/sjackman/work/pathway/focusremote-0.1.1/FocusRemote.exe
typeref index 33
stem.Drawing.Size:get_Width ()(value:0x8315484, )
. . . . . . . . . . . . . . . LEAVE: System.Drawing.Size:get_Width ()result=100
$ mono --version
Mono JIT compiler version 1.1.1, (C) 2002-2004 Novell, Inc and
Contributors. www.go-mono.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal
        Globalization: none


On Fri, 24 Sep 2004 18:15:57 -0600, Peter Dennis Bartok
<peter@novonyx.com> wrote:
> The more appropriate list for SWF related questions would probably be
> mono-winforms-list .
> 
> To answer your question: We don't support or work on the SWF version that
> uses Wine anymore. For more details check out
> 
> http://lists.ximian.com/archives/public/mono-winforms-list/2004-July/000794.html
> 
> and
> 
> http://lists.ximian.com/archives/public/mono-winforms-list/2004-September/000857.html
> 
> You can pull the new managed implementation from cvs, it's in
> mcs/class/Managed.Windows.Forms and try your hello world app there. Chances
> are it just runs :-) (But see the above september message for what's there
> and what's not there yet).
> 
> Cheers,
>   Peter