- When compiling, the compiler doesn't seem to find the correct definitions for a specific Windows version or a specific Internet Explorer version. Why is that?
- You need to set defines _WIN32_WINDOWS, _WIN32_WINNT, WINVER and/or _WIN32_IE to the minimum platform you plan to support before including the windows.h header file. Possible values for these definitions can be found in the header w32api.h file.


Recent comments
15 weeks 3 days ago
15 weeks 4 days ago
17 weeks 18 hours ago
17 weeks 3 days ago
17 weeks 6 days ago
20 weeks 1 day ago
25 weeks 6 days ago
26 weeks 2 hours ago
29 weeks 2 days ago
31 weeks 6 days ago