mail-archives/mono-bugs/2004-June/016622.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 &lt;&gt; console application!)
+
+
+Steps to reproduce the problem:
+1. Create a windows application with SharpDevelop (not a console app.)
+2. Go to the &quot;bin/debug&quot; directory of the project
+3. Start the application with mono: &quot;mono &lt;application name&gt;.exe&quot;
+
+Actual Results:
+Unhandled Exception: System.EntryPointNotFoundException: GetDC
+in &lt;0x00050&gt; (wrapper managed-to-native) System.Drawing.GDIPlus:GetDC
+(intptr)
+in &lt;0x000e3&gt; System.Drawing.Font:FromHfont (intptr)
+in &lt;0x00015&gt; System.Windows.Forms.Control:get_DefaultFont ()
+in &lt;0x0018a&gt; System.Windows.Forms.Control:.ctor ()
+in &lt;0x00010&gt; System.Windows.Forms.ScrollableControl:.ctor ()
+in &lt;0x00012&gt; System.Windows.Forms.ContainerControl:.ctor ()
+in &lt;0x00016&gt; System.Windows.Forms.Form:.ctor ()
+in &lt;0x0000a&gt; DefaultNamespace.MainForm:.ctor ()
+in &lt;0x0004c&gt; (wrapper remoting-invoke-with-check)
+DefaultNamespace.MainForm:.ctor ()
+in &lt;0x0001b&gt; 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>