[Mono-list] windows mono 0.29

Bob Pappas bpappas@macromedia.com
Tue, 13 Jan 2004 10:55:15 -0800


Hello,
I'm having trouble with getting simple Windows.Forms cases to work with the
new Windows Mono 0.29 release.

I have a single form with a button on it and am getting this problem:

C:\mono\quarternote>mono Form1.exe

** (Form1.exe:228): WARNING **: Failed to load library .\libwinnt.dll.so.dll
(li
bwinnt.dll.so): The specified module could not be found.

** (Form1.exe:228): WARNING **: Failed to load library .\libwinnt.dll.so.dll
(li
bwinnt.dll.so): The specified module could not be found.
SystemPens: Need to fetch values from Win32
Stack
        at System.Drawing.Graphics.DrawImage()
        at System.Windows.Forms.Button.ButtonPaint()
        at System.Windows.Forms.ButtonBase.OnPaint()
        at System.Windows.Forms.ButtonBase.WndProc()
        at System.Windows.Forms.Button.WndProc()
        at System.Windows.Forms.Control+ControlNativeWindow.WndProc()
        at System.Windows.Forms.NativeWindow.WndProc()
        at System.Windows.Forms.NativeWindow.WndProc()
        at System.Windows.Forms.Win32.DispatchMessageA()
        at System.Windows.Forms.Win32.DispatchMessageA()
        at System.Windows.Forms.Application.Run()
        at System.Windows.Forms.Application.Run()
        at System.Windows.Forms.Application.Run()
        at quarternote.Form1.Main()

It seems the libwinnt.dll.so file is a Wine file, but this really isn't
needed on Windows itself, isn't it.

Please point me in the right direction, or a more specific list if this
should be discussed there.

Thanks!