[Mono-list] GTK# compile problem
Stanislav Nedelchev
stanislav.nedelchev at gmail.com
Thu Dec 1 09:28:49 EST 2005
Hi to all
I have one very simple question.
What i must change to get it working errors are listed bellow
i;m using mono 1.1.8.3 under linux
But it is almost the same in windows
can anybody give me some advice is it there something speacial to do to
get it working with sharpdeveloper under windows
and using GTK#
Thanks
I'm trying to compile one of the GTK example and i'm geting errors like this
test.cs(4) error CS0234: The type or namespace name `Drawing' could not
be found in namespace `System'
test.cs(15) error CS0246: Cannot find type 'DeleteEventArgs'
test.cs(1) error CS0246: The namespace `Gtk' can not be found (missing
assembly reference?)
Try using -pkg:gtk-sharp
test.cs(2) error CS0246: The namespace `GtkSharp' can not be found
(missing assembly reference?)
Try using -pkg:gtk-sharp
test.cs(4) error CS0234: The type or namespace name `Drawing' could not
be found in namespace `System'
test.cs(4) error CS0246: The namespace `System.Drawing' can not be found
(missing assembly reference?)
Try using -r:System.Drawing
Compilation failed: 6 error(s), 0 warning
Code of example
More information about the Mono-list
mailing list