[Mono-devel-list] gtk-sharp from cvs

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Apr 14 11:33:57 EDT 2003


El lun, 14 de 04 de 2003 a las 14:40, Philip Nelson escribió:
> The download page says that gtk-sharp is a module alongside mono and mcs, ie
> cvs co gtk-sharp.  However, when I download that code it has some classes that
> don't seem to be correct for linux, like:
> 
> 
> [DllImport("libglib-2.0-0.dll")]
> static extern void g_free (IntPtr mem);
> 
> Is there a different module for linux? 

The mono runtime has a configuration file that maps that library into
the right (.so) one ($mono_prefix/etc/mono/config). It has to be that
way to allow people using MS runtime use gtk# assemblies without
modifications.

-Gonzalo





More information about the Mono-devel-list mailing list