| | | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
UseDriver.cpp
d:\мои документы\задания\по учебе\операционные системы\usedriver\usedriver\usedriver.cpp(1) : warning C4627: '#include ': skipped when looking for precompiled header use
Add directive to 'stdafx.h' or rebuild precompiled header
d:\мои документы\задания\по учебе\операционные системы\usedriver\usedriver\usedriver.cpp(2) : warning C4627: '#include "LoadDRV.h"': skipped when looking for precompiled header use
Add directive to 'stdafx.h' or rebuild precompiled header
d:\мои документы\задания\по учебе\операционные системы\usedriver\usedriver\usedriver.cpp(29) : 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.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
d:\мои документы\задания\по учебе\операционные системы\usedriver\usedriver\usedriver.cpp(94) : 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.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
d:\мои документы\задания\по учебе\операционные системы\usedriver\usedriver\usedriver.cpp(95) : 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.
c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
Linking...
Embedding manifest...
|