> I'm trying to fix it up myself and running into issues with no longer > existing types like voidObjectTreePathTreeIterSignal. I'm not quite > sure how these worked or where to find them. I also suspect that it > won't build into a separate assembly without copying a fair bit of > internal GTK# code across. Does anyone have any advice?
Hmm, it builds now, after I copied the signal code out of the TreeStore.cs generated class. Now the sample dies with... ** (managedmodeldemo.exe:1469): WARNING **: The class Gtk.ManagedTreeModel could not be loaded, used in gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f ** ERROR **: file class.c: line 2453 (mono_class_setup_parent): should not be reached aborting... Trace/breakpoint trap I don't think it's due to any of the build fixes I made... Have any type registration system changes happened since May 2004? (I should add that I don't really know anything about GTK# or GLib's internals, so may be missing something obvious). _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
