зеркало из https://github.com/mono/mail-archives.git
117 строки
4.4 KiB
HTML
117 строки
4.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Gtk-sharp-list] GTK# 0.11+ Windows Installer Released
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:danielmorgan%40verizon.net">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="002688.html">
|
|
<LINK REL="Next" HREF="002682.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Gtk-sharp-list] GTK# 0.11+ Windows Installer Released
|
|
</H1>
|
|
<B>Daniel Morgan
|
|
</B>
|
|
<A HREF="mailto:danielmorgan%40verizon.net"
|
|
TITLE="[Gtk-sharp-list] GTK# 0.11+ Windows Installer Released">danielmorgan@verizon.net
|
|
</A><BR>
|
|
<I>Mon, 27 Oct 2003 18:52:52 -0500</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="002688.html">[Gtk-sharp-list] GTK# 0.11+ Windows Installer Released
|
|
</A></li>
|
|
<LI> Next message: <A HREF="002682.html">[Gtk-sharp-list] IsFocus method in Gtk#.11
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#2697">[ date ]</a>
|
|
<a href="thread.html#2697">[ thread ]</a>
|
|
<a href="subject.html#2697">[ subject ]</a>
|
|
<a href="author.html#2697">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>You can look at the gtk# 0.10 Windows Installer that Mathias created. =
|
|
It puts the gtk# assemblies into the GAC. =20
|
|
<A HREF="http://taschenorakel.de/mathias/archive.en.html#gtk-sharp">http://taschenorakel.de/mathias/archive.en.html#gtk-sharp</A>
|
|
|
|
GTK# 0.11+ that Johannes and I worked on was for Mono 0.28.
|
|
|
|
-----Original Message-----
|
|
From: <A HREF="mailto:gtk-sharp-list-admin@lists.ximian.com">gtk-sharp-list-admin@lists.ximian.com</A>
|
|
[mailto:<A HREF="mailto:gtk-sharp-list-admin@lists.ximian.com">gtk-sharp-list-admin@lists.ximian.com</A>]On Behalf Of Jonathan
|
|
Pryor
|
|
Sent: Monday, October 27, 2003 8:17 AM
|
|
To: jasper van putten
|
|
Cc: <A HREF="mailto:gtk-sharp-list@lists.ximian.com">gtk-sharp-list@lists.ximian.com</A>
|
|
Subject: Re: [Gtk-sharp-list] GTK# 0.11+ Windows Installer Released
|
|
|
|
|
|
On Sun, 2003-10-26 at 19:05, jasper van putten wrote:
|
|
<snip/>
|
|
><i> It works fine under mono , but .net has problems finding the files. I =
|
|
</I>have
|
|
><i> been trying to fix this by setting the $Path to the mono-0.28\lib =
|
|
</I>directory
|
|
><i> but this didn't help. The only way to get it running is by placing =
|
|
</I>the program
|
|
><i> in the mono-0.28\lib. Does anybody know how this can be solved in a =
|
|
</I>clean
|
|
><i> way.
|
|
</I>
|
|
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 - <A HREF="mailto:Gtk-sharp-list@lists.ximian.com">Gtk-sharp-list@lists.ximian.com</A>
|
|
<A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
|
|
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="002688.html">[Gtk-sharp-list] GTK# 0.11+ Windows Installer Released
|
|
</A></li>
|
|
<LI> Next message: <A HREF="002682.html">[Gtk-sharp-list] IsFocus method in Gtk#.11
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#2697">[ date ]</a>
|
|
<a href="thread.html#2697">[ thread ]</a>
|
|
<a href="subject.html#2697">[ subject ]</a>
|
|
<a href="author.html#2697">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|