G
Geoyar
Guest
VS 2015 Community under Windows 7 Pro
I ported VS 2013 MFC project to VS 2015 Community.
I build the project and was able to run it, but I got a lot of C4458 warnings, all for headers in Windows Kit, like
>c:\program files (x86)\windows kits\8.1\include\um\gdiplusheaders.h(695): warning C4458: declaration of 'nativeCap' hides class member
Of course I can hide these warnings, but what is wrong?
Continue reading...
I ported VS 2013 MFC project to VS 2015 Community.
I build the project and was able to run it, but I got a lot of C4458 warnings, all for headers in Windows Kit, like
>c:\program files (x86)\windows kits\8.1\include\um\gdiplusheaders.h(695): warning C4458: declaration of 'nativeCap' hides class member
Of course I can hide these warnings, but what is wrong?
Continue reading...