User: Gomitung

  • Public profile

User profile: Gomitung

User info
User name:Gomitung
History
Joined:
Number of posts:5
Latest posts:

c++ mutex header and windows header conflicts
Thanks! That solved it!

c++ mutex header and windows header conflicts
Yes, if I remove the include of the mutex and the std::mutex variable, the HWND works.

c++ mutex header and windows header conflicts
Microsoft Visual Studio 2013

c++ mutex header and windows header conflicts
The code is: [code]#include <mutex> #include <Windows.h> std::mutex mtx; HWND hwnd;[/code] HWND is ...

c++ mutex header and windows header conflicts
Hi, When I try to include the header of mutex (#include <mutex>) after the windows one(#include <...

This user does not accept Private Messages