I tried to use WTL, but i couldn't make it to work on VS2008 Express, there is any other option? I would like to test if any, before recur to the plain API :/
need to be small and have no external dependencies
Thanks in advance!
I tried to use WTL, but i couldn't make it to work on VS2008 Express, there is any other option? I would like to test if any, before recur to the plain API :/
need to be small and have no external dependencies
Thanks in advance!
I would suggest Qt as opposed to Gtk...see http://www.wikivs.com/wiki/GTK_vs_Qt
However, I'm unsure of size.
There's a similar question here. WTL is mentioned (perhaps the problem you're running into can be resolved if you provide details), as is Delphi, Visual Basic 6, and others.
Is there something wrong with Win32 common controls? Or maybe MFC?
wxWidgets is worth a look. It's relatively small compared to say Qt, GTK and is free, open-source and has a decent set of docs, examples and reasonable community support.
It's self-contained on Windows
If you need really small for embedded systems take a look at FLTK. http://www.fltk.org/