can someone talk me thru compiling on vs17
-
Can anyone talk me thru compiling on VS17 ?
1>c:\tfs\users\pruett\notepad-plus-plus-master\powereditor\src\parameters.cpp(730): error C2220: warning treated as error - no ‘object’ file generated
1>c:\tfs\users\pruett\notepad-plus-plus-master\powereditor\src\parameters.cpp(730): warning C4996: ‘GetVersionExW’: was declared deprecated
1>c:\program files (x86)\windows kits\10\include\10.0.17134.0\um\sysinfoapi.h(387): note: see declaration of ‘GetVersionExW’
1>c:\tfs\users\pruett\notepad-plus-plus-master\powereditor\src\parameters.cpp(734): warning C4996: ‘GetVersionExW’: was declared deprecated
1>c:\program files (x86)\windows kits\10\include\10.0.17134.0\um\sysinfoapi.h(387): note: see declaration of ‘GetVersionExW’
1>Done building project “notepadPlus.vcxproj” – FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== -
As a first step, perhaps turn OFF the option to treat warnings as errors…and see if that gets you further along? :-)