Hello,
The warning "WINVER not defined. Defaulting to 0x0600 (Windows Vista)" indicates that we did not define WINVER. Please right click project name and choose Properties and find the Preprocessor Definitions option under Configuration Properties->C/C++ -> Preprocessor. By default, there are WIN32, _DEBUG, _WINDOWS there for an MFC application.
As for those errors, it seems that they are syntax errors, please try to double click the error and check it in the source code.
Best regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the
All-In-One Code Framework!