[Mono-bugs] [Bug 58224][Nor] New - cannot assign LineCap (EntryPointException)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 8 May 2004 03:06:02 -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 pumrs@web.de.

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

--- shadow/58224	2004-05-08 03:06:02.000000000 -0400
+++ shadow/58224.tmp.7761	2004-05-08 03:06:02.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 58224
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Suse 9.0
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pumrs@web.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: cannot assign LineCap (EntryPointException)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+cannot assign LineCap 
+
+Steps to reproduce the problem:
+1. Pen m_p = new Pen(m_PenColor, Convert.ToSingle(m_PenWidth));
+   m_p.DashStyle = PenStyle;
+   m_p.SetLineCap(m_StartCap, m_EndCap, DashCap.Flat);
+2. same source is running dotnet
+3. 
+
+Actual Results:
+System.EntryPointNotFoundException: GdipSetPenLineCap197819
+in <0x00053> (wrapper managed-to-native)
+System.Drawing.GDIPlus:GdipSetPenLineCap197819
+(intptr,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)
+in <0x0002d> System.Drawing.Pen:SetLineCap
+(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)
+in <0x0006f> (wrapper remoting-invoke-with-check)
+System.Drawing.Pen:SetLineCap
+(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)
+
+Expected Results:
+no error
+
+How often does this happen? 
+
+
+Additional Information: