[Mono-list] EntryPointNotFoundException: GdipGetClipBounds

Juergen Moeller juergen.moeller@elektrobude.de
Fri, 18 Jun 2004 14:03:58 +0200


Hi,

when accessing System.Drawing.Graphics.ClipBounds() I get the exception:

System.EntryPointNotFoundException: GdipGetClipBounds
in <0x00053> (wrapper managed-to-native) 
System.Drawing.GDIPlus:GdipGetClipBounds 
(intptr,System.Drawing.RectangleF&)
in <0x0003b> System.Drawing.Graphics:get_ClipBounds ()
in <0x0007a> (wrapper remoting-invoke-with-check) 
System.Drawing.Graphics:get_ClipBounds ()
in <0x00149> Layout.GridLayout:PaintGitter (System.Drawing.Graphics)

Seems to be a version conflict... but what and where? Which Paket should I 
replace?

I have installed 
Mono Beta 1
libgdiplus-0.9-1.ximian.9.1
cairo & cairo-devel-0.1.23-2.ximian.9.1
libpixman & libpixman-devel 0.1.1-0.ximian.9.0

Suse9.1 - Kernel 2.6

- Juergen