[Gtk-sharp-list] GTK# 0.11+ Windows Installer Released
Daniel Morgan
danielmorgan@verizon.net
Mon, 27 Oct 2003 18:52:52 -0500
You can look at the gtk# 0.10 Windows Installer that Mathias created. =
It puts the gtk# assemblies into the GAC. =20
http://taschenorakel.de/mathias/archive.en.html#gtk-sharp
GTK# 0.11+ that Johannes and I worked on was for Mono 0.28.
-----Original Message-----
From: gtk-sharp-list-admin@lists.ximian.com
[mailto:gtk-sharp-list-admin@lists.ximian.com]On Behalf Of Jonathan
Pryor
Sent: Monday, October 27, 2003 8:17 AM
To: jasper van putten
Cc: gtk-sharp-list@lists.ximian.com
Subject: Re: [Gtk-sharp-list] GTK# 0.11+ Windows Installer Released
On Sun, 2003-10-26 at 19:05, jasper van putten wrote:
<snip/>
> It works fine under mono , but .net has problems finding the files. I =
have
> been trying to fix this by setting the $Path to the mono-0.28\lib =
directory
> but this didn't help. The only way to get it running is by placing =
the program
> in the mono-0.28\lib. Does anybody know how this can be solved in a =
clean
> way.
This is by design. For .NET. :-)
The Gtk# assemblies probably aren't "public" assemblies. Meaning that
they likely don't have a strong name, haven't been signed, and aren't
located in the Global Assembly Cache.
Which means that they're "private" (non-shared) assemblies. Which means
that they *must* be located in the same directory as the program.
So you have one of four choices:
- Run your program under mono, which you've tried
- Copy your program into mono-0.28\lib, which you've done
- Copy the Gtk# DLLs into your programs directory
- Wait (or help) for Gtk# to become strong-named, so it can be placed=20
in the GAC. Last I heard, the hold-up with this was that we didn't
want to deal with two separate build routines (one for Linux, one=20
for .NET), and Linux didn't have the functionality for signing=20
assemblies. This is not longer entirely true, thanks to =
S=C3=A9bastien
Pouliot.
I have no idea when mono will have full support for signing=20
assemblies, though.
- Jon
_______________________________________________
Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list