[Gtk-sharp-list] Need Help installing GTK# on Windows

Leo Spalteholz leo@thewoodpecker.ca
Mon, 22 Dec 2003 10:10:29 -0800


On December 19, 2003 07:31 pm, Andrew Madigan wrote:
> I'm trying to use the Mono Compiler with GTK# on Windows 2000. The
> compiler works fine with console programs, but, even after installing
> the GTK# twice, it doesn't seem to be able to compile GTK# programs, I
>
> copied a tutorial right of the Mono website, and I get the following 
error:
>  >mcs GTKtest.cs -r:gtk-sharp
>
> error CS0006: Cannot find assembly `gtk-sharp'

I think you need to put the gtk-sharp dll in the same directory as your 
executable.  Along with all other GTK dlls (and pango and whatever else 
GTK installs).   At least thats the only way I got it to work.....

Leo