I've been handed a VS project and I'm using Slick Edit Pro 2019...
I'm building the C++ code under Slick Edit(Ctrl+M) and continually getting error messages about strcpy, strtok and other functions:
.....To disable deprecation, use _CRT_SECURE_NO_WARNINGS
I have put a define in the project properties, which did not stop this error.
I put a #define in the code, same results.
I also have a bunch of warnings which I would like to turn off (mostly type conversions). I've attempted, same method, to change the warning level to no avail.
Ideas?