[Mono-winforms-list] Problem running winforms app created on Windows

Karl Waclawek karl@waclawek.net
Fri, 17 Oct 2003 22:20:11 -0400


I installed the mono-wine and mono-wine-debuginfo packages from red-carpet.
Created a Winforms app on Windows and tried to run it. Here is the result:

SWF=1 mono MDI.exe
MonoWin32: Initializing WineLib
Could not stat /nt (No such file or directory), ignoring drive E:
err:menu:MENU_GetSysMenu failed to load system menu!
Form.assignMenu. result 1
 
Unhandled Exception: System.NotImplementedException: The requested 
feature is not yet implemented
in <0x0002a> System.Windows.Forms.RichTextBox:get_Multiline ()
in <0x000ee> System.Windows.Forms.TextBoxBase:get_CreateParams ()
in <0x00013> System.Windows.Forms.RichTextBox:get_CreateParams ()
in <0x00048> System.Windows.Forms.Control:UpdateBounds (int,int,int,int)
in <0x00081> (wrapper remoting-invoke-with-check) 
System.Windows.Forms.Control:UpdateBounds (int,int,int,int)
in <0x000fb> System.Windows.Forms.Control:SetBoundsCore 
(int,int,int,int,System.Windows.Forms.BoundsSpecified)
in <0x00019> System.Windows.Forms.TextBoxBase:SetBoundsCore 
(int,int,int,int,System.Windows.Forms.BoundsSpecified)
in <0x0001d> System.Windows.Forms.Control:SetBounds 
(int,int,int,int,System.Windows.Forms.BoundsSpecified)
in <0x00097> (wrapper remoting-invoke-with-check) 
System.Windows.Forms.Control:SetBounds 
(int,int,int,int,System.Windows.Forms.BoundsSpecified)
in <0x00082> System.Windows.Forms.Control:set_Size (System.Drawing.Size)
in <0x0012f> Document.TDocument:InitComponents ()
in <0x00037> Document.TDocument:.ctor (string)
in <0x00056> (wrapper remoting-invoke-with-check) 
Document.TDocument:.ctor (string)
in <0x0005f> MDI.TMainForm:AddDocument ()
in <0x00535> MDI.TMainForm:.ctor (object)
in <0x00056> (wrapper remoting-invoke-with-check) MDI.TMainForm:.ctor 
(object)
in <0x00036> MDI.Unit:MDI ()

Am I doing something wrong?

Karl