windows - Recommend fast C++ UI library with small memory footprint -


i want write app reacts global shortcuts , accepts commands (the way launchy does).

i'm trying minimize time between pressing shortcut , moment window appears on screen , operational.

can suggest ui library (with argumentation) helpful? looked qt , wxwidget i'm afraid app heavy (in memory / processing speed way) - , need small window doesn't need pretty.

.. or should go native windows libraries? (the main target windows 7 machine)

fast? small? windows-only? sounds want wtl.

caveat: you'll need use vc++.

also, recommend grabbing source straight out of svn, new release hasn't been packaged in quite time despite fact project gets updated regularity.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -