User profile: modoran

User info
User name:modoran
History
Joined:
Number of posts:1384
Latest posts:

MinGW: libpng won't build properly
You 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...

Instalation
Use an installer, like NSIS or Inno Setup, both are free to use and widely used. http://nsis.sourcef...

Disabling rezing of window
Do not use WS_THICKFRAME style. Read here for more information: http://msdn.microsoft.com/en-us/libr...

Deleting child button window
Just hide it using ShowWindow (clientwindow, SW_HIDE);