error C4996: 'GetVersionExA': was declared deprecated
error C4996
: 'GetVersionExW' was declared deprecated

 

 

1. This is because SDL check, try to disable SDL checks:

  Project Properties > Configuration Properties > C/C++ > General > SDL checks [set to No]

 

2. #pragma warning(disable: 4996)

 

 

반응형

'programming > C&C++' 카테고리의 다른 글

STL queue  (0) 2015.07.27
STL stack  (0) 2015.06.18
MSDN Stack  (0) 2015.06.18

+ Recent posts