зеркало из https://github.com/mono/mail-archives.git
169 строки
7.0 KiB
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("MainWindow Constructor");
|
||
|
builder.Autoconnect (this);
|
||
|
DeleteEvent += OnDeleteEvent;
|
||
|
|
||
|
button1.Clicked += onButtonClick;
|
||
|
Gst.Application.Init();
|
||
|
btnSearchFile.Clicked += btnSearchFileClicked;
|
||
|
}
|
||
|
|
||
|
void btnSearchFileClicked (object sender, EventArgs e)
|
||
|
{
|
||
|
FileChooserDialog fcdSearchAudiofile = new
|
||
|
FileChooserDialog("Search",this,FileChooserAction.Open,"Abbrechen",ResponseType.Cancel,"Ok",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 ü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:
|
||
|
><i> We're happy to announce the release of Gtk# 2.99.3, the fourth beta
|
||
|
</I>><i> release of C# bindings for GTK 3.x.
|
||
|
</I>><i>
|
||
|
</I>><i> This version of Gtk# provides bindings for the API exposed by the
|
||
|
</I>><i> following libraries:
|
||
|
</I>><i> * cairo 1.10.0
|
||
|
</I>><i> * glib 2.28.0
|
||
|
</I>><i> * pango 1.28.3
|
||
|
</I>><i> * atk 1.32.0
|
||
|
</I>><i> * gdk-pixbuf 2.22.1
|
||
|
</I>><i> * gtk+ 3.0.0
|
||
|
</I>><i>
|
||
|
</I>><i> There is no API stability guarantee for now, but we try to keep
|
||
|
</I>><i> breaking changes to a minimum.
|
||
|
</I>><i>
|
||
|
</I>><i> * Gtk# 2.99.3 source tarball:
|
||
|
</I>><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>><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>><i>
|
||
|
</I>><i> * Source code repository: <A HREF="https://github.com/mono/gtk-sharp">https://github.com/mono/gtk-sharp</A>
|
||
|
</I>><i>
|
||
|
</I>><i> This is the first 2.99.x release with a Windows installer, which you
|
||
|
</I>><i> can download at:
|
||
|
</I>><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>><i>
|
||
|
</I>><i> To find out about all the new features, improvements and bug fixes
|
||
|
</I>><i> included in this release, you can read the release notes at:
|
||
|
</I>><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>><i>
|
||
|
</I>><i> This version of Gtk# can be installed in parallel with Gtk# 2.x, and
|
||
|
</I>><i> should not have any impact on applications using Gtk# 2.x.
|
||
|
</I>><i>
|
||
|
</I>><i> If you encounter any bad behavior with this release, please do not
|
||
|
</I>><i> hesitate to file bugs!
|
||
|
</I>><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>><i>
|
||
|
</I>><i> I'd like thank everybody who contributed to this release. This
|
||
|
</I>><i> wouldn't have been possible without their hard work !
|
||
|
</I>><i>
|
||
|
</I>><i> --
|
||
|
</I>><i> Bertrand
|
||
|
</I>><i> _______________________________________________
|
||
|
</I>><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>><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üß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>
|