Tagged Questions

0
votes
3answers
152 views

Why does my simple GTK+ based app take 8 seconds to start up?

I wrote a GTK+ app whose .exe is small, but of course like all GTK+ apps it links with many DLLs (under Windows). What my program does at this point is construct a GUI that consists of a GtkWindow, ...