Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When compiling, the compiler doesn seem to find the correct definitions for a specific Windows version or a specific Internet Explorer version. Why is that?

0
Posted

When compiling, the compiler doesn seem to find the correct definitions for a specific Windows version or a specific Internet Explorer version. Why is that?

0

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 [w32api.h|header-w32api_h] file.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123