[Gtk-sharp-list] CVS + DllImport

Miguel de Icaza miguel@ximian.com
27 Sep 2001 16:21:17 -0400


> Interesting.  What platform are you running on?  My Win98 system
> doesn't mind the extensionless form, and it is clearly preferable
> from the standpoint of linux/win32 interoperability, unless the mono
> runtime is going to do mapping to .so nomenclature on linux.

We should just add that hack to the loader in Mono.  So we can always
use `.dll' and then try: `.dll' and then the proper extension in Unix
(.so, or .sl)

Miguel.