[Gtk-sharp-list] Problems with Win32/mapdllnames.pl

Carsten Bock carsten@cbclass.net
Mon, 16 Dec 2002 12:53:53 +0100


Hi,

My System: WinXP Home/.Net1.0 SP2 (german), Mono 0.17 and latest cvs, 
gtk-sharp cvs, cygwin.
The mapdllnames.pl doesn't match DLLImport's in the source in the 
following cases:

[DllImport("gtk-x11-2.0",
EntryPoint="gtk_text_view_window_to_buffer_coords")]
(from gtk/TextView.custom)

[DllImport ("gtk-x11-2.0")]
(Space betwwen "DllImport" and "(" )

When i fix this, an run e.g. "mono gtk-hello-world.exe", it still wants 
the gtk-x11-2.0 lib (although i couldn't find a reference to this lib in 
  gtk-sharp.dll)

ciao,
Carsten

PS: not important, on linux it works fine :)