[Gtk-sharp-list] Statistics now available

Mike Kestner mkestner@speakeasy.net
Wed, 20 Feb 2002 08:58:41 -0600


Joe Shaw wrote:

>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
>

Odd.  This is with the 1.3.12 binaries and the 1.0 framework?  I'm 
running that exact setup on win2k pro and don't see this exception.  As 
far as debugging it, I'm not much help there.  My lack of knowledge of 
MS debugging tools is impressive.  I tend to through a bunch of 
Console.WriteLine's into the generator to keep track of where things are 
going bad.  If it is really throwing from inside that pinvoke extern 
function, then I have no clues how to debug that.

Mike