Re: How to use #define _CRT_SECURE_NO_DEPRECATE?
Quote:
Originally Posted by
Zulfi Khan2
Hi,
I have done it in preprocessor definitions also. But still I am getting these warnings.
Code:
WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS
Hi, i had the same problem and found this solution:
Go to Project; Properties; C/C++; Advanced; Disable Specific Warnings; 4996