[Mono-bugs] [Bug 23707][Blo] Changed - timezone problem with digger

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 Jun 2002 16:42:19 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dietmar@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=23707

--- shadow/23707	Thu May 23 16:53:18 2002
+++ shadow/23707.tmp.9214	Mon Jun 17 12:42:19 2002
@@ -1,12 +1,12 @@
 Bug#: 23707
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: groith@tcrz.net               
@@ -35,7 +35,26 @@
 
 /Richard
 
 ------- Additional Comments From groith@tcrz.net  2002-05-23 16:53 -------
 Created an attachment (id=1773)
 I've attached digger
+
+
+------- Additional Comments From dietmar@ximian.com  2002-06-17 12:42 -------
+I get different results:
+
+# mcs Digger.cs 
+Digger.cs(58) error CS0246: Can not find type `Panel'
+Digger.cs(941) error CS0246: Can not find type `Form'
+Digger.cs(21) error CS0246: Cannot find type `Point'
+Digger.cs(22) error CS0246: Cannot find type `Size'
+Digger.cs(23) error CS0246: Cannot find type `Bitmap[]'
+Digger.cs(25) error CS0246: Cannot find type `Bitmap'
+Digger.cs(25) error CS0246: Cannot find type `Size'
+Digger.cs(42) error CS0246: Cannot find type `Graphics'
+Error: Compilation failed
+RESULT: 1
+
+Please can you check if you get the same results?
+