[Gtk-sharp-list] Statistics now available

Joe Shaw joe@ximian.com
20 Feb 2002 11:29:03 -0500


On Wed, 2002-02-20 at 09:58, Mike Kestner wrote:
> 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.  

Yep.  I got the zip files from
http://www.gimp.org/~tml/gimp/win32/new-downloads.html, the
glib-1.3.12-20020101.zip, gtk+-1.3.12-20020115.zip, and the atk, pango,
freetype, libintl and libiconv zips as well.  I decompressed them all
into a ~/gtk2 directory, and put ~/gtk2/lib in my PATH.  Then I noticed
that the DLL names were not the same (gtk-1.3.dll vs.
libgtk-win32-1.3-12.dll), I copied the latter to the former, and that's
when I started getting the NullReferenceExceptions.

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

Ditto.  :(  I may try to play around with it later if I get some time.

Joe