[Gtk-sharp-list] GTK# with .NET (Win32)

Lee Mallabone gnome@fonicmonkey.net
24 Mar 2003 08:29:24 +0000


On Mon, 2003-03-24 at 08:17, Timothy Parez wrote:

> I was hoping .NET/Mono would allow me to keep xcopy deployment, now I
> need a whole bunch of installers just to get a small app running ?

No, you need 2 installers to get the *framework* running. Once the
framework is installed, you should be able to "xcopy deploy" your
application.

> After installing with the Win32 installer I want to run my application
> of course it complains about gtk-sharp.dll and glade-sharp.dll,

If you look at the GTK# homepage, http://gtk-sharp.sourceforge.net then
you should see a link to a win32 installer about half way down the page.
It should provide the dlls your application is looking for.

Lee.