[Please do not mail me a copy of your followup]
Dombo <> spake the secret code
<4d1c7281$0$30705$> thusly:
>Other examples are:
>wxWidgets: http://www.wxwidgets.org/
>FLTK: http://www.fltk.org/
>GTK+: http://www.gtk.org/
>FOX Toolkit: http://www.fox-toolkit.org/
>MFC: http://msdn.microsoft.com/en-us/libr...8VS.80%29.aspx
WTL is a free, open source alternative for Windows platforms.
<http://en.wikipedia.org/wiki/WTL> Unfortunately it depends on ATL
for some things, and I don't think ATL is available for use with the
Express editions of Visual Studio.
Still, WTL is a nice C++ style library for accessing the underlying
Win32 API stuff and using the controls that exist. It allows you to
create very small GUI applications, just like ATL allows you to create
very small COM objects. It has its strengths and its weaknesses and
its not for everyone, but for those of you that like things small and
efficient, I'd recommend looking at it.
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>
Legalize Adulthood! <http://legalizeadulthood.wordpress.com>