Hi folks,
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, GtkTable, and about 12 others widgets. That's it.
Yet when I start it up it takes about 8 seconds on my 2 GHz WinXP machine.
Is GTK+ just overly bloated?
I might add that before I started experimenting with GTK+, I started developing a widget set of my own (rather than pay to use MFC), and it adds essentially no delay at all to my program start-up.
Thanks.