Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\RSP0000B96124188.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\l3.cpp"
]
Creating command line "cl.exe @"c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\RSP0000B96124188.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\RSP0000BA6124188.rsp" with contents
[
/OUT:"C:\Users\User\Desktop\KSM\lab3 C++\lab3\Debug\lab3.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\lab3.exe.intermediate.manifest" /DEBUG /PDB:"c:\Users\User\Desktop\KSM\lab3 C++\lab3\debug\lab3.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\l3.obj"

".\Debug\lab3.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\RSP0000BA6124188.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\RSP0000BB6124188.rsp" with contents
[
/out:".\Debug\lab3.exe.embed.manifest" /notify_update /manifest

".\Debug\lab3.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\RSP0000BB6124188.rsp" /nologo"
Creating temporary file "c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\BAT0000BC6124188.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\BAT0000BC6124188.bat"""
Output Window
  
Compiling...
l3.cpp
c:\users\user\desktop\ksm\lab3 c++\lab3\lab3\l3.cpp(11) : warning C4996: 'strcpy' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\users\user\desktop\ksm\lab3 c++\lab3\lab3\l3.cpp(19) : warning C4996: 'strcpy' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\users\user\desktop\ksm\lab3 c++\lab3\lab3\l3.cpp(27) : warning C4996: 'strcpy' was declared deprecated
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Users\User\Desktop\KSM\lab3 C++\lab3\lab3\Debug\BuildLog.htm"
lab3 - 0 error(s), 3 warning(s)