[Gtk-sharp-list] gtk#, glade and dotGNU

Radek Polak psonek2@seznam.cz
Fri, 22 Apr 2005 07:10:39 +0200


Hi,
You have specify reference to glade-sharp.dll
It could be done like: cscc myprogram.cs -L 
/path/to/gtk-sharp/assemblies/directory -l glade-sharp.dll

Btw managed to compile gtk-sharp on Portable .NET. It needed a few 
changes, but it was working quite good. I can try to give some more info 
if you want, but I wont be at work for next few days.

Regards

Radek

>Hello,
>till this day i have used Mono and Gtk#, today i was curious and tried
>dotGNU.
>I was able to compile small Gtk# programs but i couldn't compile
>Gtk#/glade programs. I think the problem is, that i can't find a way to
>tell cscc to use glade-sharp.
>cscc has a -gtk, -gnome and -winforms option but nothing for glade.
>
>Has someone already used Gtk# and glade with dotGNU and can tell me how
>to compile a program with glade support?
>
>Thanks
>Bjoern
>
>  
>