[Gtk-sharp-list] gtk# on winXP using glade -> glibsharpglue missing
Jesse David Andrews
Jesse@uky.edu
Tue, 13 Apr 2004 00:47:39 -0400
On XP (deployment environment)
I have latest mono installed (not CVS but release)
And .Net Framework SDK 1.1
I have latest windows installer build of gtk#
I am trying to compile a simple GLADE example (boy, it would be great if th=
e mono-handbook (http://www.go-mono.com/tutorial/) wasn't forbidden)
any time I add
[Glade.Widget]
Button button1;
to my c# source, it will compile (on both linux and XP) but on XP I get:
Unhandled Exception: System.DllNotFoundException: Unable to load DLL (glibs=
harpglue).
I cannot figure out how to get any further since there is no glibsharpglue.=
dll anywhere to be found.
using either csc or mcs:
mcs -r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll -r:atk-sharp.dll =
glade_test.cs
am I missing something?
Thanks,
Jesse
---
PS: PLEASE UPDATE THE FAQ!!! I read it first thing and thought I had to ha=
ve all the cygwin stuff to just use gtk# ... please add that there is no=
w a pre-built installer