| | | Compiling...
enumMutex.cpp
.\enumMutex.cpp(94) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(237) : see declaration of 'fopen'
.\enumMutex.cpp(137) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(237) : see declaration of 'fopen'
.\enumMutex.cpp(259) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(358) : see declaration of '_snprintf'
.\enumMutex.cpp(293) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(294) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(303) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(304) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(313) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(314) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(321) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(322) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(327) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(328) : warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\string.h(268) : see declaration of 'wcsncat'
.\enumMutex.cpp(368) : warning C4996: '_snwprintf': This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdio.h(483) : see declaration of '_snwprintf'
.\enumMutex.cpp(373) : warning C4996: 'wcstombs': This function or variable may be unsafe. Consider using wcstombs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
D:\vs2008\VC\include\stdlib.h(534) : see declaration of 'wcstombs'
Linking...
.\EnumMutex.def(2) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored
Creating library .\Release/enum_mutex.lib and object .\Release/enum_mutex.exp
Performing Post-Build Event...
1 file(s) copied.
remember to update res file for proc_lib2
Press any key to continue . . .
|