Title: RE: [Mono-list] system.drawing not built => gtk# menu not working
I added a "using System.IO" to the 2 files and the stream errors went away. But I now get this:
 
c:\mono\mcs\class\System.Drawing\System.Drawing\Image.cs(21,23): error CS0535:
'System.Drawing.Image' does not implement interface member 'System.ICloneable.Clone()'
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\mscorlib.dll: (Location of symbol
related to previous error)
c:\mono\mcs\class\System.Drawing\System.Drawing\Image.cs(21,23): error CS0535:
'System.Drawing.Image' does not implement interface member 'System.IDisposable.Dispose()'
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\mscorlib.dll: (Location of symbol
related to previous error)
Anyone have any clues?
 
P.S. The changes I've made are to my system. I don't have a CVS account.
-----Original Message-----
From: Kenneth Benson [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 03, 2002 3:50 PM
To: 'Miguel de Icaza'
Cc: '[EMAIL PROTECTED]'
Subject: RE: [Mono-list] system.drawing not built => gtk# menu not working

I tried adding it back into the library build and got 7 errors in 2 files as follows:

c:\mono\mcs\class\System.Drawing\System.Drawing.Imaging\Metafile.cs(92,20): error
 CS0246: The type or namespace name 'Stream' could not be found (are you missing
 a using directive or an assembly reference?)

The other file is c:\mono\mcs\class\System.Drawing\System.Drawing\Bitmap.cs.



-----Original Message-----
From: Miguel de Icaza [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 03, 2002 3:09 PM
To: Mike Kestner
Cc: Guenther Roith; [EMAIL PROTECTED]
Subject: Re: [Mono-list] system.drawing not built => gtk# menu not
working


> Apparently I have an old copy of System.Drawing.dll in my node.
> I didn't realize it had been removed from the mcs/class build.
> I implemented System.Drawing.Size last August, I think.

Ok, we should get that fixed and get the System.Drawing assembly back
into the build then.

Miguel

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to