[Mono-list] system.drawing not built => gtk# menu not working
Kenneth Benson
sdhmis@sheratondover.com
Fri, 3 May 2002 16:33:37 -0400
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1F2E1.CDA6D230
Content-Type: text/plain;
charset="iso-8859-1"
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:sdhmis@sheratondover.com]
Sent: Friday, May 03, 2002 3:50 PM
To: 'Miguel de Icaza'
Cc: 'mono-list@ximian.com'
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:miguel@ximian.com <mailto:miguel@ximian.com>
]
Sent: Friday, May 03, 2002 3:09 PM
To: Mike Kestner
Cc: Guenther Roith; mono-list@ximian.com
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 - Mono-list@ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
<http://lists.ximian.com/mailman/listinfo/mono-list>
------_=_NextPart_001_01C1F2E1.CDA6D230
Content-Type: text/html;
charset="iso-8859-1"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>RE: [Mono-list] system.drawing not built => gtk# menu not working</TITLE>
<META content="MSHTML 6.00.2715.400" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=904252920-03052002>I
added a "using System.IO" to the 2 files and the stream errors went away. But I
now get this:</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=904252920-03052002></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=904252920-03052002>c:\mono\mcs\class\System.Drawing\System.Drawing\Image.cs(21,23):
error CS0535: </SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=904252920-03052002>'System.Drawing.Image' does not implement interface
member
'System.ICloneable.Clone()'<BR>C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\mscorlib.dll:
(Location of symbol </SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=904252920-03052002>related to previous
error)<BR>c:\mono\mcs\class\System.Drawing\System.Drawing\Image.cs(21,23): error
CS0535: </SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=904252920-03052002>'System.Drawing.Image' does not implement interface
member 'System.IDisposable.Dispose()'</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=904252920-03052002>C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\mscorlib.dll:
(Location of symbol
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=904252920-03052002>related to previous error)<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=904252920-03052002>Anyone
have any clues?</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=904252920-03052002></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=904252920-03052002>P.S.
The changes I've made are to my system. I don't have a CVS
account.</DIV></SPAN></FONT></SPAN></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Kenneth Benson
[mailto:sdhmis@sheratondover.com]<BR><B>Sent:</B> Friday, May 03, 2002 3:50
PM<BR><B>To:</B> 'Miguel de Icaza'<BR><B>Cc:</B>
'mono-list@ximian.com'<BR><B>Subject:</B> RE: [Mono-list] system.drawing not
built => gtk# menu not working<BR><BR></FONT></DIV>
<P><FONT size=2>I tried adding it back into the library build and got 7 errors
in 2 files as follows:</FONT> </P>
<P><FONT
size=2>c:\mono\mcs\class\System.Drawing\System.Drawing.Imaging\Metafile.cs(92,20):
error</FONT> <BR><FONT size=2> CS0246: The type or namespace name
'Stream' could not be found (are you missing</FONT> <BR><FONT size=2> a
using directive or an assembly reference?)</FONT> </P>
<P><FONT size=2>The other file is
c:\mono\mcs\class\System.Drawing\System.Drawing\Bitmap.cs.</FONT> </P><BR><BR>
<P><FONT size=2>-----Original Message-----</FONT> <BR><FONT size=2>From:
Miguel de Icaza [<A
href="mailto:miguel@ximian.com">mailto:miguel@ximian.com</A>]</FONT> <BR><FONT
size=2>Sent: Friday, May 03, 2002 3:09 PM</FONT> <BR><FONT size=2>To: Mike
Kestner</FONT> <BR><FONT size=2>Cc: Guenther Roith;
mono-list@ximian.com</FONT> <BR><FONT size=2>Subject: Re: [Mono-list]
system.drawing not built => gtk# menu not</FONT> <BR><FONT
size=2>working</FONT> </P><BR>
<P><FONT size=2>> Apparently I have an old copy of System.Drawing.dll in my
node.</FONT> <BR><FONT size=2>> I didn't realize it had been removed from
the mcs/class build.</FONT> <BR><FONT size=2>> I implemented
System.Drawing.Size last August, I think.</FONT> </P>
<P><FONT size=2>Ok, we should get that fixed and get the System.Drawing
assembly back</FONT> <BR><FONT size=2>into the build then.</FONT> </P>
<P><FONT size=2>Miguel</FONT> </P>
<P><FONT size=2>_______________________________________________</FONT>
<BR><FONT size=2>Mono-list maillist - Mono-list@ximian.com</FONT>
<BR><FONT size=2><A href="http://lists.ximian.com/mailman/listinfo/mono-list"
target=_blank>http://lists.ximian.com/mailman/listinfo/mono-list</A></FONT>
</P></BLOCKQUOTE></BODY></HTML>
------_=_NextPart_001_01C1F2E1.CDA6D230--