Hello everyone,
I am a C beginner and trying to follow "[Getting
Started](https://developer.gnome.org/gtk3/stable/gtk-getting-started.html)"
chapter from the documentation. I have adapted the first example program and
when I compile it on Windows using packages MSYS and the MinGW(w-64?) GCC
co
On Thu, 24 May 2018, "Damon H. (TheDcoder)" via gtk-list wrote:
I am a C beginner and trying to follow "[Getting
Started](https://developer.gnome.org/gtk3/stable/gtk-getting-started.html)"
chapter from the documentation. I have adapted the first example
program and when I compile it on Windows
Thanks for the directions Allin, I did not link zlib while compiling. I
recompiled it with zlib linked this but that did not help!
Fortunately I got another nudge in the right direction at
[GitHub](https://github.com/Alexpux/MINGW-packages/issues/3794#issuecomment-392080336)
where I found out t
Hi everybody,
I’m working on a BlueZ client application (it runs as a daemon), that uses
GLib’s D-Bus support. The application works fine, but I’m having some issues
regarding measuring the real memory usage of the application. Using ps or top,
the used memory always increases. I already checke