Re: Cross platform development

2017-03-19 Thread Dirk Gottschalk via gtk-app-devel-list
s and only the needed ones with my package. My development is done only in a Linux environment. Regards, Dirk -- Dirk Gottschalk, Aachen Tel.: 01573 / 1152350 eMail: dirk.gottschalk1...@googlemail.com ___ gtk-app-devel-list mailing list gtk-app-devel

Re: Cross platform development

2017-03-19 Thread Dirk Gottschalk via gtk-app-devel-list
Hi Lucas. Am Sonntag, den 19.03.2017, 10:44 +0100 schrieb Lucas Levrel via gtk- app-devel-list: > Le 18 mars 2017, à 14:37, Dirk Gottschalk via gtk-app-devel-list a > écrit : > > > Am Samstag, den 18.03.2017, 11:42 +0100 schrieb pelzflorian > > (Florian > > Pelz): &

Re: Cross platform development

2017-03-18 Thread Dirk Gottschalk via gtk-app-devel-list
its System, System32 subfolders and in the working directory of the app. This is tested. I only want to copy just the needed files, not the complete DLL set Mingw has on my systems, these are real much. Thanks for mentioning the LGPL-Problem. Regards, Dirk -- Dirk Gottschalk, Aachen Tel.:

Cross platform development

2017-03-17 Thread Dirk Gottschalk via gtk-app-devel-list
cally, which i would prefer. Could anybody provide me some informarion about this? Thanks for your advice. Regards, Dirk -- Dirk Gottschalk, Aachen Tel.: 01573 / 1152350 eMail: dirk.gottschalk1...@googlemail.com ___ gtk-app-devel-list mailing list gtk-app-

Re: What does "Pango-CRITICAL **: pango_layout_get_cursor_pos: assertion 'index >= 0 && index <= layout->length' failed" mean?

2017-02-08 Thread Dirk Gottschalk via gtk-app-devel-list
manipulating. Sometimes the wrong answer can help to find the right direction to the solution. Thanks. Best regards, Dirk Am Donnerstag, den 09.02.2017, 02:51 +0100 schrieb Norbert de Jonge: > > keybuf = gtk_entry_buffer_new ("Not yet generated", 45); > > https://developer

What does "Pango-CRITICAL **: pango_layout_get_cursor_pos: assertion 'index >= 0 && index <= layout->length' failed" mean?

2017-02-08 Thread Dirk Gottschalk via gtk-app-devel-list
"clicked", G_CALLBACK (showKey), keybuf); gtk_widget_show_all (window); } Can somebody help me and tell me what I am doing wrong? Best Regards, Dirk -- Dirk Gottschalk, Aachen Tel.: 01573 / 1152350 eMail: dirk.gottschalk1...@googlemail.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: why???

2006-09-08 Thread Dirk
3 > 1 'ddd' 13 63 > 2 'ddd' 13 63 > 3 'ddd' 13 63 > long4 > > help me !! > > 1) because g_list_append() does only copy the _pointer_ from fred to the list... all 4 list elements _point_ to the same fred in the end... 2) try doing this with ans

deadlock

2005-03-10 Thread Dirk Huenniger
Hello everybody, My name is Dirk, I'm writing a control programm for a 1m telescope in Germany. The current status of the device is periodically displayed in GTK using a thread. When the user clicks the quit butten a callback routine is started. At the same time my thread d