Build Log
  

Build started: Project: UseDriver, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "d:\Мои документы\Задания\ПО УЧЕБЕ\Операционные системы\UseDriver\UseDriver\Debug\RSP00001446843592.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\UseDriver.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TP ".\UseDriver.cpp"
]
Creating command line "cl.exe @"d:\Мои документы\Задания\ПО УЧЕБЕ\Операционные системы\UseDriver\UseDriver\Debug\RSP00001446843592.rsp" /nologo /errorReport:prompt"
Output Window
  
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
Results
  
Build log was saved at "file://d:\Мои документы\Задания\ПО УЧЕБЕ\Операционные системы\UseDriver\UseDriver\Debug\BuildLog.htm"
UseDriver - 1 error(s), 6 warning(s)