Build Log
  

Build started: Project: Debug4, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Debugging\Debuging\Debug4\Release\RSP0000AA37884208.rsp" with contents
[
/O2 /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP .\Debug4.cpp
]
Creating command line "cl.exe @c:\Debugging\Debuging\Debug4\Release\RSP0000AA37884208.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Debugging\Debuging\Debug4\Release\RSP0000AB37884208.rsp" with contents
[
/OUT:"C:\Debugging\Debuging\Release\Debug4.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\Debug4.exe.intermediate.manifest" /DEBUG /PDB:"c:\Debugging\Debuging\release\Debug4.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /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

".\release\stdafx.obj"

".\release\Debug4.obj"
]
Creating command line "link.exe @c:\Debugging\Debuging\Debug4\Release\RSP0000AB37884208.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Debugging\Debuging\Debug4\Release\RSP0000AC37884208.rsp" with contents
[
/outputresource:"..\release\Debug4.exe;#1" /manifest

.\release\Debug4.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Debugging\Debuging\Debug4\Release\RSP0000AC37884208.rsp /nologo"
Creating temporary file "c:\Debugging\Debuging\Debug4\Release\BAT0000AD37884208.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\release\mt.dep
]
Creating command line "c:\Debugging\Debuging\Debug4\Release\BAT0000AD37884208.bat"
Output Window
  
Compiling...
Debug4.cpp
.\Debug4.cpp(9) : 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 (x86)\Microsoft Visual Studio 8\VC\include\string.h(74) : see declaration of 'strcpy'
.\Debug4.cpp(12) : warning C4172: returning address of local variable or temporary
.\Debug4.cpp(7) : warning C4101: 'x' : unreferenced local variable
.\Debug4.cpp(18) : warning C4101: 'x' : unreferenced local variable
.\Debug4.cpp(37) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Microsoft Visual Studio 8\VC\include\stdio.h(295) : see declaration of 'scanf'
Linking...
Generating code
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\Debugging\Debuging\Debug4\Release\BuildLog.htm"
Debug4 - 0 error(s), 5 warning(s)