Hello, > * I have confirmed that Gtk# works with Mono 0.17, but as that version > shipped with finalizers disabled, large Gtk# applications running under > Mono 0.17 will leak memory like a sieve. Actually, only the finalizers-on-a-thread are disabled. That means that finalizers still work, but they are executed on the same thread. Miguel