Build Log
  

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

Command Lines
  
Creating temporary file "c:\Debugging\Debuging\Debug5\Debug\RSP0000E637882404.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 .\MemoryMadness.cpp

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

".\debug\MemoryMadness.obj"

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

.\debug\Debug5.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Debugging\Debuging\Debug5\Debug\RSP0000E837882404.rsp /nologo"
Creating temporary file "c:\Debugging\Debuging\Debug5\Debug\BAT0000E937882404.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\debug\mt.dep
]
Creating command line "c:\Debugging\Debuging\Debug5\Debug\BAT0000E937882404.bat"
Output Window
  
Compiling...
MemoryMadness.cpp
c:\debugging\debuging\debug5\memorymadness.cpp(8) : 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'
Generating Code...
Compiling...
Debug5.cpp
c:\debugging\debuging\debug5\debug5.cpp(28) : 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'
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Debugging\Debuging\Debug5\Debug\BuildLog.htm"
Debug5 - 0 error(s), 2 warning(s)