зеркало из https://github.com/mono/mail-archives.git
117 строки
4.6 KiB
HTML
117 строки
4.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 59453][Wis] New - Unhandled Exception: System.EntryPointNotFoundException: GetDC under windows
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="016621.html">
|
|
<LINK REL="Next" HREF="016623.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 59453][Wis] New - Unhandled Exception: System.EntryPointNotFoundException: GetDC under windows
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 59453][Wis] New - Unhandled Exception: System.EntryPointNotFoundException: GetDC under windows">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Wed, 2 Jun 2004 07:40:46 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016621.html">[Mono-bugs] [Bug 59424][Nor] Changed - Incorrect error: The label 'c' shadows another label by the same name in a containing scope.
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016623.html">[Mono-bugs] [Bug 59244][Wis] Changed - crash with mutex
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16622">[ date ]</a>
|
|
<a href="thread.html#16622">[ thread ]</a>
|
|
<a href="subject.html#16622">[ subject ]</a>
|
|
<a href="author.html#16622">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:laqua@iese.fhg.de.">laqua@iese.fhg.de.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59453">http://bugzilla.ximian.com/show_bug.cgi?id=59453</A>
|
|
|
|
--- shadow/59453 2004-06-02 07:40:46.000000000 -0400
|
|
+++ shadow/59453.tmp.8488 2004-06-02 07:40:46.000000000 -0400
|
|
@@ -0,0 +1,53 @@
|
|
+Bug#: 59453
|
|
+Product: Mono: Runtime
|
|
+Version: unspecified
|
|
+OS:
|
|
+OS Details:
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Wishlist
|
|
+Component: misc
|
|
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+ReportedBy: <A HREF="mailto:laqua@iese.fhg.de">laqua@iese.fhg.de</A>
|
|
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: Unhandled Exception: System.EntryPointNotFoundException: GetDC under windows
|
|
+
|
|
+Please fill in this template when reporting a bug, unless you know what
|
|
+you are doing.
|
|
+Description of Problem:
|
|
+The mono runtime system under windows doesn't work even for very simple
|
|
+windows applications (window <> console application!)
|
|
+
|
|
+
|
|
+Steps to reproduce the problem:
|
|
+1. Create a windows application with SharpDevelop (not a console app.)
|
|
+2. Go to the "bin/debug" directory of the project
|
|
+3. Start the application with mono: "mono <application name>.exe"
|
|
+
|
|
+Actual Results:
|
|
+Unhandled Exception: System.EntryPointNotFoundException: GetDC
|
|
+in <0x00050> (wrapper managed-to-native) System.Drawing.GDIPlus:GetDC
|
|
+(intptr)
|
|
+in <0x000e3> System.Drawing.Font:FromHfont (intptr)
|
|
+in <0x00015> System.Windows.Forms.Control:get_DefaultFont ()
|
|
+in <0x0018a> System.Windows.Forms.Control:.ctor ()
|
|
+in <0x00010> System.Windows.Forms.ScrollableControl:.ctor ()
|
|
+in <0x00012> System.Windows.Forms.ContainerControl:.ctor ()
|
|
+in <0x00016> System.Windows.Forms.Form:.ctor ()
|
|
+in <0x0000a> DefaultNamespace.MainForm:.ctor ()
|
|
+in <0x0004c> (wrapper remoting-invoke-with-check)
|
|
+DefaultNamespace.MainForm:.ctor ()
|
|
+in <0x0001b> DefaultNamespace.MainForm:Main (string[])
|
|
+
|
|
+
|
|
+Expected Results:
|
|
+Just a simple and running windows application
|
|
+
|
|
+How often does this happen?
|
|
+Each time
|
|
+
|
|
+Additional Information:
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016621.html">[Mono-bugs] [Bug 59424][Nor] Changed - Incorrect error: The label 'c' shadows another label by the same name in a containing scope.
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016623.html">[Mono-bugs] [Bug 59244][Wis] Changed - crash with mutex
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16622">[ date ]</a>
|
|
<a href="thread.html#16622">[ thread ]</a>
|
|
<a href="subject.html#16622">[ subject ]</a>
|
|
<a href="author.html#16622">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|