Hey fellas,
I'm not sure if it was brought up before or not (I searched and didn't see it brought up in any topics), but bringing spine-c into Visual Studio 2015 is causing a bunch of " 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. " errors.
The issue is popping up for all 'fopen', 'strcpy', 'scanf', and 'sprintf' calls made throughout the spine files.
A solution is to define _CRT_SECURE_NO_WARNINGS as a preprocessor definition, but I'm not really a fan of doing this. Could we get this fixed up when you get a moment please?
Cheers.