I'm new to .NET/Mono so please be patient.
I can't figure out how to compile the GTK# example on Windows XP, I've tried numerous different combinations of command line switches but I'm clearly not getting it.
I then thought I'd cracked it by adding these statements to the start of the example:
- Code: Select all
use Gtk from "gtk-sharp"
use Gdk from "gdk-sharp"
use GLib from "glib-sharp"
use Atk from "atk-sharp"
This appears to compile OK and I get an *.exe but it wont run.
I have mono/GTK# installed and this is the path to gtk-sharp.dll: C:\Program Files\Mono-2.6.4\lib\mono\gtk-sharp-2.0
If somebody could give me the correct command line I'd appreciate it.
Is there a document that gives a full explanation of the switches?
I've done cobra -h but I'm obviously not getting something.