[Gtk-sharp-list] References to GTK# in Red Hat
Charles Iliya Krempeaux
charles@reptile.ca
12 May 2003 13:04:32 -0700
Hello,
When you compile your program, that uses Gtk#, you need to
link to the various Gtk# .dll files.
For example, if I was just using Rsvg#, then I would compile
it with something like:
mcs MyProgram.cs /r:rsvg-sharp.dll
And then you'd be able to use the Rsvg namespace.
The same goes for the Gtk and Gnome namespaces. So, if you use both of
those, then you'd do something like:
mcs MyProgram.cs /r:gnome-sharp.dll /r:gtk-sharp.dll
See ya
On Mon, 2003-05-12 at 12:34, Christopher T. Miller wrote:
> Hello, all...
>
> This is my first posting, and I apologize if this is a silly question.
> I installed Mono and GTK# from the rpms on the www.go-mono.com, and I
> have had no issues with using the MCS or anything else, save for
> referencing the Gtk namespaces. I get the error that the namespaces
> cannot be found. Now, In VS.NET or #Develop on Windows, I know how to
> add those references, but in vi on Red Hat Linux, I'm a little lost.
> Does anyone have any advice? Is there a help file I've missed?
>
> Thanks,
> Chris Miller
> christopher@ctmiller.net
>
> _______________________________________________
> Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
--
Charles Iliya Krempeaux, BSc
charles@reptile.ca
________________________________________________________________________
Reptile Consulting & Services 604-REPTILE http://www.reptile.ca/