Is there a simple/small framework (Other than .NET) which allows you to create windowed applications with C++ under Win32. Just like a little DLL I can include with my app.
It should have basic functions like creating a window , buttons , text edits and handling them.