MinGW: libpng won't build properlyYou need to use CMake to build zlib and libpng with MinGW on windows, MSYS is not required.
Multi-threading and Mutexes[quote=kalkas]But the way I'm thinking it, there are a lot of situations that I need to acquire/rele...
InstalationUse an installer, like NSIS or Inno Setup, both are free to use and widely used. http://nsis.sourcef...
Disabling rezing of windowDo not use WS_THICKFRAME style. Read here for more information: http://msdn.microsoft.com/en-us/libr...
Deleting child button windowJust hide it using ShowWindow (clientwindow, SW_HIDE);