зеркало из https://github.com/mono/mail-archives.git
93 строки
3.6 KiB
HTML
93 строки
3.6 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 59479][Wis] Changed - Error in System.Drawing.GdiPlus.GetDC method
|
||
|
</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="016645.html">
|
||
|
<LINK REL="Next" HREF="016647.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 59479][Wis] Changed - Error in System.Drawing.GdiPlus.GetDC method
|
||
|
</H1>
|
||
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
||
|
</B>
|
||
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 59479][Wis] Changed - Error in System.Drawing.GdiPlus.GetDC method">bugzilla-daemon@bugzilla.ximian.com
|
||
|
</A><BR>
|
||
|
<I>Wed, 2 Jun 2004 16:04:52 -0400 (EDT)</I>
|
||
|
<P><UL>
|
||
|
<LI> Previous message: <A HREF="016645.html">[Mono-bugs] [Bug 59485][Wis] Changed - Crash/Exception when using threads and WebRequest
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="016647.html">[Mono-bugs] [Bug 59486][Nor] New - Unable to use Identifier for Embedded Resources
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#16646">[ date ]</a>
|
||
|
<a href="thread.html#16646">[ thread ]</a>
|
||
|
<a href="subject.html#16646">[ subject ]</a>
|
||
|
<a href="author.html#16646">[ 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:peter@novonyx.com.">peter@novonyx.com.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59479">http://bugzilla.ximian.com/show_bug.cgi?id=59479</A>
|
||
|
|
||
|
--- shadow/59479 2004-06-02 14:29:41.000000000 -0400
|
||
|
+++ shadow/59479.tmp.32020 2004-06-02 16:04:52.000000000 -0400
|
||
|
@@ -1,14 +1,14 @@
|
||
|
Bug#: 59479
|
||
|
Product: Mono: Class Libraries
|
||
|
Version: unspecified
|
||
|
-OS:
|
||
|
+OS: unknown
|
||
|
OS Details:
|
||
|
-Status: NEW
|
||
|
-Resolution:
|
||
|
-Severity:
|
||
|
+Status: RESOLVED
|
||
|
+Resolution: FIXED
|
||
|
+Severity: Unknown
|
||
|
Priority: Wishlist
|
||
|
Component: Sys.Drawing.
|
||
|
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
ReportedBy: <A HREF="mailto:software@solmersa.com">software@solmersa.com</A>
|
||
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
TargetMilestone: ---
|
||
|
@@ -36,6 +36,10 @@
|
||
|
|
||
|
|
||
|
Additional Information:
|
||
|
The trouble is because System.Drawing.GdiPlus.GetDC has the DllLImport
|
||
|
Attribute pointing to gdi32.dll when it should be to user32.dll. Note
|
||
|
this also affects other methods of GdiPlus (ReleaseDC).
|
||
|
+
|
||
|
+------- Additional Comments From <A HREF="mailto:peter@novonyx.com">peter@novonyx.com</A> 2004-06-02 16:04 -------
|
||
|
+Fixed in CVS. Could you please test and let me know if it works? I
|
||
|
+don't have a system available to test the windows code path. Thanks.
|
||
|
|
||
|
</PRE>
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI> Previous message: <A HREF="016645.html">[Mono-bugs] [Bug 59485][Wis] Changed - Crash/Exception when using threads and WebRequest
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="016647.html">[Mono-bugs] [Bug 59486][Nor] New - Unable to use Identifier for Embedded Resources
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#16646">[ date ]</a>
|
||
|
<a href="thread.html#16646">[ thread ]</a>
|
||
|
<a href="subject.html#16646">[ subject ]</a>
|
||
|
<a href="author.html#16646">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
</body></html>
|