| | | 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(30) : 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(101) : 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(102) : 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(163) : error C2664: 'ControlService' : cannot convert parameter 3 from 'LPSERVICE_STATUS *__w64 ' to 'LPSERVICE_STATUS'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
|