mail-archives/gtk-sharp-list/2003-October/002704.html

107 строки
3.9 KiB
HTML
Исходник Обычный вид История

2019-06-06 22:02:55 +03:00
<!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:ppaximadis%40websoft.co.za">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="002702.html">
<LINK REL="Next" HREF="002706.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Gtk-sharp-list] GTK# 0.11+ Windows Installer Released
</H1>
<B>Paul Paximadis
</B>
<A HREF="mailto:ppaximadis%40websoft.co.za"
TITLE="[Gtk-sharp-list] GTK# 0.11+ Windows Installer Released">ppaximadis@websoft.co.za
</A><BR>
<I>Tue, 28 Oct 2003 09:17:49 +0200</I>
<P><UL>
<LI> Previous message: <A HREF="002702.html">[Gtk-sharp-list] gst-sharp
</A></li>
<LI> Next message: <A HREF="002706.html">[Gtk-sharp-list] undefined symbol: g_get_application_name
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2704">[ date ]</a>
<a href="thread.html#2704">[ thread ]</a>
<a href="subject.html#2704">[ subject ]</a>
<a href="author.html#2704">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>You could also use SharpDevelop.
I tried it and it compiles fine.
-----Original Message-----
From: Jonathan Pryor [mailto:<A HREF="mailto:jonpryor@vt.edu">jonpryor@vt.edu</A>]=20
Sent: Monday, October 27, 2003 15:17
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:
&lt;snip/&gt;
&gt;<i> It works fine under mono , but .net has problems finding the files. I=20
</I>&gt;<i> have been trying to fix this by setting the $Path to the mono-0.28\lib =
</I>
&gt;<i> directory but this didn't help. The only way to get it running is by=20
</I>&gt;<i> placing the program in the mono-0.28\lib. Does anybody know how this=20
</I>&gt;<i> can be solved in a clean way.
</I>
This is by design. For .NET. :-)
The Gtk# assemblies probably aren't &quot;public&quot; 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 &quot;private&quot; (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=E9bastien
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="002702.html">[Gtk-sharp-list] gst-sharp
</A></li>
<LI> Next message: <A HREF="002706.html">[Gtk-sharp-list] undefined symbol: g_get_application_name
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2704">[ date ]</a>
<a href="thread.html#2704">[ thread ]</a>
<a href="subject.html#2704">[ subject ]</a>
<a href="author.html#2704">[ author ]</a>
</LI>
</UL>
</body></html>