From CSDN: http://bbs.csdn.net/topics/390886929
This function is marked as depreciated and give a warning C4996. In the newer IDEs, this stop the program from being compiled. Use #pragma warning(disable: 4996)
in the header file to disable it.
2017/2/9 23:01