[Gtk-sharp-list] Statistics now available

Joe Shaw joe@ximian.com
19 Feb 2002 20:48:12 -0500


On Tue, 2002-02-19 at 19:58, Mike Kestner wrote:
> Sounds like maybe yer using Tor's "stable" binaries.  I'm currently 
> running beta 2 with his 1.3.12 binaries and things are whistling along 
> nicely.  I get a lone pango warning out of the Window ctor. When I got 
> the binaries, he had a link toward the bottom of the page to the cutting 
> edge binaries.

Okay, got those binaries.  Had to copy them around to get the DLL names
in sync with what gtk-sharp wanted.  Now I am getting:

    Unhandled Exception: System.NullReferenceException: Object reference
    not set to an instance of an object:
        at Gtk.Window.gtk_window_new(Int32 type)
        at Gtk.Window..ctor(WindowType type)
        at GtkSamples.HelloWorld.Main(String[] args)
        
any ideas how I can debug this further?

Joe