mail-archives/gtk-sharp-list/2014-June/011446.html

169 строки
7.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [Gtk-sharp-list] Gtk# 2.99.3 released
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=Re%3A%20%5BGtk-sharp-list%5D%20Gtk%23%202.99.3%20released&In-Reply-To=%3C1402421402.1722.3.camel%40Sven.Baus%3E">
<META NAME="robots" CONTENT="index,nofollow">
<style type="text/css">
pre {
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
}
</style>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="011445.html">
<LINK REL="Next" HREF="011447.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Gtk-sharp-list] Gtk# 2.99.3 released</H1>
<B>Sven Baus</B>
<A HREF="mailto:gtk-sharp-list%40lists.ximian.com?Subject=Re%3A%20%5BGtk-sharp-list%5D%20Gtk%23%202.99.3%20released&In-Reply-To=%3C1402421402.1722.3.camel%40Sven.Baus%3E"
TITLE="[Gtk-sharp-list] Gtk# 2.99.3 released">s.baus86 at gmx.net
</A><BR>
<I>Tue Jun 10 17:30:02 UTC 2014</I>
<P><UL>
<LI>Previous message: <A HREF="011445.html">[Gtk-sharp-list] Gtk# 2.99.3 released
</A></li>
<LI>Next message: <A HREF="011447.html">[Gtk-sharp-list] Gtk# 2.99.3 released
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11446">[ date ]</a>
<a href="thread.html#11446">[ thread ]</a>
<a href="subject.html#11446">[ subject ]</a>
<a href="author.html#11446">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hello Bertrand,
thanks for your amazing work, getting Gtk# 2.99.3 to use. I'm currently
facing a bug in the Gtk# 2.99.3 for windows. Running the following code,
I can open the application (build on linux with monodevelop), but
everytime an event happens, I get an System.ViolationException:
public MainWindow (Builder builder, IntPtr handle) : base (handle)
{
Console.WriteLine(&quot;MainWindow Constructor&quot;);
builder.Autoconnect (this);
DeleteEvent += OnDeleteEvent;
button1.Clicked += onButtonClick;
Gst.Application.Init();
btnSearchFile.Clicked += btnSearchFileClicked;
}
void btnSearchFileClicked (object sender, EventArgs e)
{
FileChooserDialog fcdSearchAudiofile = new
FileChooserDialog(&quot;Search&quot;,this,FileChooserAction.Open,&quot;Abbrechen&quot;,ResponseType.Cancel,&quot;Ok&quot;,ResponseType.Ok);
int retVal = fcdSearchAudiofile.Run();
if ((ResponseType)retVal == ResponseType.Ok)
{
entFilePath.Text = fcdSearchAudiofile.Filename;
}
fcdSearchAudiofile.Destroy();
}
Faulting application gtk3-sharp-test.exe, version 1.0.5274.34819, stamp
53973e67, faulting module libpixman-1-0.dll, version 0.0.0.0, stamp
527c1dd5, debug? 0, fault address 0x0007e1a8.
Application: Gtk3-Sharp-Test.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
Stack:
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at Gtk3SharpTest.MainClass.Main(System.String[])
Any ideas, why this happens?
Thanks for your help guys ;).
Sven
Weitere Informationen &#252;ber die Hilfe- und Supportdienste erhalten Sie
unter <A HREF="http://go.microsoft.com/fwlink/events.asp.">http://go.microsoft.com/fwlink/events.asp.</A>
Am Freitag, den 06.06.2014, 16:44 +0200 schrieb Bertrand Lorentz:
&gt;<i> We're happy to announce the release of Gtk# 2.99.3, the fourth beta
</I>&gt;<i> release of C# bindings for GTK 3.x.
</I>&gt;<i>
</I>&gt;<i> This version of Gtk# provides bindings for the API exposed by the
</I>&gt;<i> following libraries:
</I>&gt;<i> * cairo 1.10.0
</I>&gt;<i> * glib 2.28.0
</I>&gt;<i> * pango 1.28.3
</I>&gt;<i> * atk 1.32.0
</I>&gt;<i> * gdk-pixbuf 2.22.1
</I>&gt;<i> * gtk+ 3.0.0
</I>&gt;<i>
</I>&gt;<i> There is no API stability guarantee for now, but we try to keep
</I>&gt;<i> breaking changes to a minimum.
</I>&gt;<i>
</I>&gt;<i> * Gtk# 2.99.3 source tarball:
</I>&gt;<i> <A HREF="https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.tar.xz">https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.tar.xz</A>
</I>&gt;<i> <A HREF="https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.sha256sum">https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.sha256sum</A>
</I>&gt;<i>
</I>&gt;<i> * Source code repository: <A HREF="https://github.com/mono/gtk-sharp">https://github.com/mono/gtk-sharp</A>
</I>&gt;<i>
</I>&gt;<i> This is the first 2.99.x release with a Windows installer, which you
</I>&gt;<i> can download at:
</I>&gt;<i> <A HREF="https://download.gnome.org/binaries/win32/gtk-sharp/2.99/gtk-sharp-2.99.3.msi">https://download.gnome.org/binaries/win32/gtk-sharp/2.99/gtk-sharp-2.99.3.msi</A>
</I>&gt;<i>
</I>&gt;<i> To find out about all the new features, improvements and bug fixes
</I>&gt;<i> included in this release, you can read the release notes at:
</I>&gt;<i> <A HREF="https://github.com/mono/gtk-sharp/releases/tag/2.99.3">https://github.com/mono/gtk-sharp/releases/tag/2.99.3</A>
</I>&gt;<i>
</I>&gt;<i> This version of Gtk# can be installed in parallel with Gtk# 2.x, and
</I>&gt;<i> should not have any impact on applications using Gtk# 2.x.
</I>&gt;<i>
</I>&gt;<i> If you encounter any bad behavior with this release, please do not
</I>&gt;<i> hesitate to file bugs!
</I>&gt;<i> <A HREF="https://bugzilla.xamarin.com/enter_bug.cgi?product=Gtk%23">https://bugzilla.xamarin.com/enter_bug.cgi?product=Gtk%23</A>
</I>&gt;<i>
</I>&gt;<i> I'd like thank everybody who contributed to this release. This
</I>&gt;<i> wouldn't have been possible without their hard work !
</I>&gt;<i>
</I>&gt;<i> --
</I>&gt;<i> Bertrand
</I>&gt;<i> _______________________________________________
</I>&gt;<i> Gtk-sharp-list maillist - <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">Gtk-sharp-list at lists.ximian.com</A>
</I>&gt;<i> <A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</A>
</I>
--
Mit freundlichen Gr&#252;&#223;en
Sven Baus
<A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list">s.baus86 at gmx.net</A>
<A HREF="http://www.djfreezet.de">http://www.djfreezet.de</A>
Tel.: 0175 / 49 50 309
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="011445.html">[Gtk-sharp-list] Gtk# 2.99.3 released
</A></li>
<LI>Next message: <A HREF="011447.html">[Gtk-sharp-list] Gtk# 2.99.3 released
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11446">[ date ]</a>
<a href="thread.html#11446">[ thread ]</a>
<a href="subject.html#11446">[ subject ]</a>
<a href="author.html#11446">[ 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>