[Gtk-sharp-list] Gtk# 0.10 installer for Windows (aka. Gtk#
Runtime and Development Environment for Windows)
Duncan Mak
duncan@ximian.com
26 Jun 2003 13:12:17 -0400
On Thu, 2003-06-26 at 13:05, Johannes Roith wrote:
> Hello, Mathias!
>
> >
> > Gtk# assemblies are now strongly named, compiled with ngen and copied to
>
> > the assembly cache during installation. This solves the first part of
> > the long known ".NET-Framework-cannot-find-Gtk#" problem. Second part of
> nice.
> > the well known problem is gtksharpglue.dll not being found. Best
> > solution for this so far: Manually tweaking the PATH environment
> > variable. The Gtk# Runtime and Development Environment introduces a more
> > elegant solution:
> > public static void Main()
> > {
> > GtkSharpRuntimeEnvironment.Init();
> > Gtk.Application.Init();
> > ...
> >
>
> Hmm. I'm not that sure, if this is really elegant.
> This will require applications to be adapted, generally a bad thing.
>
> Ximian will do official windows packages, based on the 0.9 nsis script.
> It would be nice, to merge the new features.
>
I won't be doing the Windows packages for a few more hours, if you could
send me your 0.10 NSIS file, I could try to build form that.
Duncan.