22 lines
3.6 KiB
Plaintext
22 lines
3.6 KiB
Plaintext
install.cpp
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(18,18): 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.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(21,2): 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.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(32,18): warning C4996: 'mbstowcs': This function or variable may be unsafe. Consider using mbstowcs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(35,2): warning C4996: 'mbstowcs': This function or variable may be unsafe. Consider using mbstowcs_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(56,8): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(57,5): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(95,4): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(96,4): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(97,4): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(181,43): warning C4996: '__p__pgmptr': This function or variable may be unsafe. Consider using _get_pgmptr instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(183,2): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(184,2): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(201,2): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
E:\DeepCamProject\WebCamService\install\install.cpp(251,3): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
|
正在生成代码
|
|
4 of 129 functions ( 3.1%) were compiled, the rest were copied from previous compilation.
|
|
0 functions were new in current compilation
|
|
0 functions had inline decision re-evaluated but remain unchanged
|
|
已完成代码的生成
|
|
install.vcxproj -> E:\DeepCamProject\WebCamService\bin\install.exe
|