Build Log
  

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

Command Lines
  
Creating temporary file "c:\Debugging\Debuging\Debug4\Debug\RSP0000A637884408.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 .\Debug4.cpp
]
Creating command line "cl.exe @c:\Debugging\Debuging\Debug4\Debug\RSP0000A637884408.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Debugging\Debuging\Debug4\Debug\RSP0000A737884408.rsp" with contents
[
/OUT:"C:\Debugging\Debuging\Debug\Debug4.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\Debug4.exe.intermediate.manifest" /DEBUG /PDB:"c:\Debugging\Debuging\debug\Debug4.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\stdafx.obj"

".\debug\Debug4.obj"

".\Debug\Debug4.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\Debugging\Debuging\Debug4\Debug\RSP0000A737884408.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Debugging\Debuging\Debug4\Debug\RSP0000A837884408.rsp" with contents
[
/out:.\debug\Debug4.exe.embed.manifest /notify_update /manifest

.\debug\Debug4.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Debugging\Debuging\Debug4\Debug\RSP0000A837884408.rsp /nologo"
Creating temporary file "c:\Debugging\Debuging\Debug4\Debug\BAT0000A937884408.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\debug\mt.dep
]
Creating command line "c:\Debugging\Debuging\Debug4\Debug\BAT0000A937884408.bat"
Output Window
  
Compiling...
Debug4.cpp
c:\debugging\debuging\debug4\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'
c:\debugging\debuging\debug4\debug4.cpp(12) : warning C4172: returning address of local variable or temporary
c:\debugging\debuging\debug4\debug4.cpp(7) : warning C4101: 'x' : unreferenced local variable
c:\debugging\debuging\debug4\debug4.cpp(18) : warning C4101: 'x' : unreferenced local variable
c:\debugging\debuging\debug4\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...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Debugging\Debuging\Debug4\Debug\BuildLog.htm"
Debug4 - 0 error(s), 5 warning(s)