« Return to Thread: A Gtk Graph control... where?

Re: A Gtk Graph control... where?

by Toño Ruiz :: Rate this Message:

Reply to Author | View in Thread

El mié, 21-02-2007 a las 22:19 +0100, Jacob Ilsø Christensen escribió:

> On 2/21/07, Toño <ikaparamono@...> wrote:
> > Hi,
> > I need a control to draw a graph for my program.
> > I have tried NPlot with no success. Do anyone know any graph control for
> > gtk+mono???
>
> What do you mean by no success? NPlot works fine with gtk# and mono.
>
> /Jacob
>
> >
> > thanks
> >
> > regards
> >
> > _______________________________________________
> > Gtk-sharp-list maillist  -  Gtk-sharp-list@...
> > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
> >

Well... I compile the NPlot with "make". Ok, it works like a charm.
But now, I set the created dlls in my references list. But I always get
the same error:

Unhandled Exception: System.DllNotFoundException: libgdk-win32-2.0-0.dll
  at (wrapper managed-to-native)
Gdk.Graphics:gdk_x11_drawable_get_xdisplay (intptr)
  at Gdk.Graphics.FromDrawable (Gdk.Drawable drawable) [0x00000]
  at NPlot.Gtk.PlotSurface2D.OnExposeEvent (Gdk.EventExpose args)
[0x00000]
  at Gtk.Widget.exposeevent_cb (IntPtr widget, IntPtr evnt) [0x00000]
  at (wrapper native-to-managed) Gtk.Widget:exposeevent_cb
(intptr,intptr)
  at <0x00000> <unknown method>
  at (wrapper managed-to-native) Gtk.Application:gtk_main ()
  at Gtk.Application.Run () [0x00000]

It's weird because I can run the examples (mf.exe and test.exe) with no
problem.

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@...
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

 « Return to Thread: A Gtk Graph control... where?