Hi, 

I'm trying to use gtk-dotnet, the latest version, on Mac OS X. I am using
the following DLL map saved in a file called gtk-dotnet.dll.config, located
in the same folder as gtk-dotnet.dll:

<configuration>
  <dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-quartz-2.0.dylib"/>
</configuration>

When I call Gtk.DotNet.Graphics.FromDrawable it fails with a
System.EntryPointNotFoundException: "gdk_x11_drawable_get_xdisplay". I also
tried with "libgdk-quartz-2.0.0.dylib" instead of "libgdk-quartz-2.0.dylib"
- the same result. Which function should I use to get this working as in
Windows and Linux?
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/gtk-dotnet-on-Mac-OS-X-tp2538863p2538863.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to