GTK+ and my port of AMP for Windows

2010-10-05 Thread carlo.bra...@libero.it
Hello, I'm not expert of GTK+ and I need to solve a problem with GTK+ under Windows. This little test programme works well: #include #include int main (int argc, char *argv[]) { GtkWidget *window; g_thread_init(NULL); gtk_init (&argc, &argv); window = gtk_window_new(GTK_WINDOW_TOPLEV

Re: GTK+ and my port of AMP for Windows

2010-10-07 Thread carlo.bra...@libero.it
Hello, thank you very much for your reply. Yes, I'm sure that I'm using the precompiled libraries downloaded from GTK+ homepage. I have also tried Process Explorer, I had it already installed. So I tried it too to be sure and as I expected it is using the official binaries. In addition, the libra