Build Log
  

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

Command Lines
  
Creating temporary file "z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\RSP00001117803340.rsp" with contents
[
/Od /D "_MBCS" /FD /MDd /GS- /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Zi /TC ".\BasicBufferOverflow.c"
]
Creating command line "cl.exe @"z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\RSP00001117803340.rsp" /nologo /errorReport:prompt"
Creating temporary file "z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\RSP00001217803340.rsp" with contents
[
/OUT:"Z:\binaryTransfer\IntroToAsm_code_for_class 2\Debug\BasicBufferOverflow.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Debug\BasicBufferOverflow.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"Z:\binaryTransfer\IntroToAsm_code_for_class 2\Debug\BasicBufferOverflow.pdb" /DYNAMICBASE /NXCOMPAT /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\BasicBufferOverflow.obj"
]
Creating command line "link.exe @"z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\RSP00001217803340.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\RSP00001317803340.rsp" with contents
[
/outputresource:"..\Debug\BasicBufferOverflow.exe;#1" /manifest

".\Debug\BasicBufferOverflow.exe.intermediate.manifest"
]
Creating command line "mt.exe @"z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\RSP00001317803340.rsp" /nologo"
Creating temporary file "z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\BAT00001417803340.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\BAT00001417803340.bat"""
Output Window
  
Compiling...
BasicBufferOverflow.c
.\BasicBufferOverflow.c(8) : warning C4013: 'memcpy' undefined; assuming extern returning int
.\BasicBufferOverflow.c(19) : warning C4013: 'strtoul' undefined; assuming extern returning int
.\BasicBufferOverflow.c(29) : warning C4098: 'main' : 'void' function returning a value
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://z:\binaryTransfer\IntroToAsm_code_for_class 2\BasicBufferOverflow\Debug\BuildLog.htm"
BasicBufferOverflow - 0 error(s), 3 warning(s)