[Gtk-sharp-list] status of GTK# on Windows

Davy Brion ralinx@gmail.com
Sat, 10 Jul 2004 15:27:06 +0200


On Fri, 9 Jul 2004 18:26:06 +0200, Davy Brion <ralinx@gmail.com> wrote:
> On Fri, 09 Jul 2004 11:21:49 -0500, Francisco T. Martinez
> <martinf@mfconsulting.com> wrote:
> > So just in case this can help you, It may help to have your users try
> > this new installation for Mono/Gtk# on Win32:
> > http://forge.novell.com/modules/xfmod/project/showfiles.php?group_id=1395&release_id=1905#selected
> >
> 
> i'll ask someone to try it... ideally, i would prefer if the
> application works with MS.NET though since most windows users will
> already have that installed
> 

i asked someone to try it and he reported the following error:

System.NullReferenceException: Object reference not set to an instance of an
object in (unmanaged) (wrapper managed-to-native)
GLib.Value:g_value_set_boxed (GLib.Value&,intptr)
in <0x00004> (wrapper managed-to-native) GLib.Value:g_value_set_boxed
(GLib.Value&,intptr)
in <0x0006b> GLib.Value:set_Val (object)
in <0x0011b> GLib.Value:.ctor (object)
in <0x0007a> Gtk.ListStore:AppendValues (System.Array)
in <0x00014> Gtk.ListStore:AppendValues (object[])

the line of code which causes it tries to add a row to a ListStore by
passing an Object reference, and then two properties of that object