зеркало из https://github.com/mono/mail-archives.git
111 строки
3.5 KiB
HTML
111 строки
3.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Gtk-sharp-list] Gtk# 1.0.9 on WindowsXP
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20Gtk%23%201.0.9%20on%20WindowsXP&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="005955.html">
|
|
<LINK REL="Next" HREF="005961.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Gtk-sharp-list] Gtk# 1.0.9 on WindowsXP</H1>
|
|
<B>Francis Brosnan Blázquez</B>
|
|
<A HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=%5BGtk-sharp-list%5D%20Gtk%23%201.0.9%20on%20WindowsXP&In-Reply-To="
|
|
TITLE="[Gtk-sharp-list] Gtk# 1.0.9 on WindowsXP">francis at aspl.es
|
|
</A><BR>
|
|
<I>Tue Jun 7 05:30:30 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="005955.html">[Gtk-sharp-list] Switching Workspace
|
|
</A></li>
|
|
<LI>Next message: <A HREF="005961.html">[Gtk-sharp-list] Gtk# 1.0.9 on WindowsXP
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#5960">[ date ]</a>
|
|
<a href="thread.html#5960">[ thread ]</a>
|
|
<a href="subject.html#5960">[ subject ]</a>
|
|
<a href="author.html#5960">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Hi,
|
|
|
|
I've been developing an application based on the mono runtime (1.1.6)
|
|
and gtk# stable 1.0.8
|
|
everything on debian. I have to say it works just fine without any problem.
|
|
|
|
But now, I'm trying to get it running on Windows XP (the target platform
|
|
to deploy the
|
|
application) using the last mono installation package (1.1.7 and gtk#
|
|
1.0.9) and I'm
|
|
running into some problems.
|
|
|
|
It seems the Entry associated with a Gtk.Combo (I know Gtk.Combo is
|
|
obsolete on 1.9.x series)
|
|
is allways returning a null reference.
|
|
|
|
Here is a simple test:
|
|
|
|
using Gtk;
|
|
using Gdk;
|
|
using System;
|
|
|
|
public class Test {
|
|
public static void Main (string [] arguments) {
|
|
|
|
Application.Init ();
|
|
|
|
Gtk.Combo result = new Gtk.Combo ();
|
|
|
|
if (result.Entry != null) {
|
|
Console.WriteLine ("Test Ok");
|
|
}else {
|
|
Console.WriteLine ("Test Failed: the entry reference is
|
|
null..");
|
|
}
|
|
|
|
return;
|
|
}
|
|
}
|
|
|
|
(09:25:00-Tue Jun 07)
|
|
[<A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">acinom at TITAN</A> gtk-sharp-examples]$ mono.exe GtkCombo.exe
|
|
|
|
(<unknown>:1784): GLib-CRITICAL **: g_convert: assertion `str != NULL'
|
|
failed
|
|
Test Failed: the entry reference is null..
|
|
|
|
I've tested this problem with previous mono installations and the test
|
|
works but other problems appears
|
|
which seems to be solved on Gtk# 1.0.9
|
|
|
|
Should I report a bug on bugzilla or is this solved on svn repository?
|
|
|
|
Cheers..
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="005955.html">[Gtk-sharp-list] Switching Workspace
|
|
</A></li>
|
|
<LI>Next message: <A HREF="005961.html">[Gtk-sharp-list] Gtk# 1.0.9 on WindowsXP
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#5960">[ date ]</a>
|
|
<a href="thread.html#5960">[ thread ]</a>
|
|
<a href="subject.html#5960">[ subject ]</a>
|
|
<a href="author.html#5960">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">More information about the Gtk-sharp-list
|
|
mailing list</a><br>
|
|
</body></html>
|