[Mono-bugs] [Bug 59000][Maj] Changed - System.EntryPointNotFoundException: GetDC on WinXP

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Jun 2004 14:01:44 -0400 (EDT)


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 spampit@kardax.com.

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

--- shadow/59000	2004-05-27 22:02:45.000000000 -0400
+++ shadow/59000.tmp.31203	2004-06-04 14:01:44.000000000 -0400
@@ -425,6 +425,16 @@
 OK, I recompiled with Build 4, but I still get the same runtime 
 error.  I decided to once again try compiling with the microsoft 
 assemblies with mcs.  MCS did use the MS assemblies for 
 System.Drawing, System.Data, and System.Windows.Forms, but not for 
 mscorlib, even though I gave mcs the full qualified name of the 
 assembly.
+
+------- Additional Comments From SpamPit@kardax.com  2004-06-04 14:01 -------
+I downloaded Beta 2 a few minutes ago, and I can't get any Windows 
+Forms applications to work on Windows (which is ironic).
+
+Even if the only code is Application.Run(new Form());, Mono still 
+fails with the GetDC problem described here.
+
+MCS and console applications are working, so my installation appears 
+to be ok...