[Mono-winforms-list] MessageBox is working.. WinForms not

Juergen Moeller juergen.moeller@elektrobude.de
Tue, 25 May 2004 10:30:19 +0200


On Monday 24 May 2004 15:45 Peter Dennis Bartok wrote:
> Sounds like a mismatch of libraries between system.drawing and
> libgdiplus.

Thanks for your hint! So I have to reinstall libgdiplus and mono/mcs I 
think...

I've checked out mono, mcs and libgdiplus from CVS. First I've installed 
again libgdiplus. ./configure --prefix=/usr;make;make install was no 
problem. My SWF-Application works the same way it does before (same 
error)...

So, I went to the directory where i checked out the mono source and as it 
is said in mcs/INSTALL.txt I did 
./autogen.sh --prefix=/usr
make bootstrap

and now I see this error:
System.Windows.Forms/PrintDialog.cs(135) error CS0117: 
`System.Windows.Forms.Win32_WineLess' does not contain a definition for 
`PrintDlg'

Shall I reinstall wine and/or winelib too?


-Juergen