Build Log |
|
Command Lines |
Creating temporary file "d:\Students\work\OOP\DS Intro\DS Intro\Debug\RSP00005632363064.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\main.cpp" ] Creating command line "cl.exe @"d:\Students\work\OOP\DS Intro\DS Intro\Debug\RSP00005632363064.rsp" /nologo /errorReport:prompt" Creating temporary file "d:\Students\work\OOP\DS Intro\DS Intro\Debug\RSP00005732363064.rsp" with contents [ /OUT:"D:\Students\work\OOP\DS Intro\Debug\DS Intro.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\DS Intro.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"d:\Students\work\OOP\DS Intro\Debug\DS Intro.pdb" /SUBSYSTEM:CONSOLE /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\main.obj" ".\Debug\Deque.obj" ".\Debug\Stack.obj" ".\Debug\Queue.obj" ".\Debug\DS Intro.exe.embed.manifest.res" ] Creating command line "link.exe @"d:\Students\work\OOP\DS Intro\DS Intro\Debug\RSP00005732363064.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "d:\Students\work\OOP\DS Intro\DS Intro\Debug\RSP00005832363064.rsp" with contents [ /out:".\Debug\DS Intro.exe.embed.manifest" /notify_update /manifest ".\Debug\DS Intro.exe.intermediate.manifest" ] Creating command line "mt.exe @"d:\Students\work\OOP\DS Intro\DS Intro\Debug\RSP00005832363064.rsp" /nologo" Creating temporary file "d:\Students\work\OOP\DS Intro\DS Intro\Debug\BAT00005932363064.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """d:\Students\work\OOP\DS Intro\DS Intro\Debug\BAT00005932363064.bat""" |
Output Window |
Compiling... main.cpp d:\students\work\oop\ds intro\ds intro\main.cpp(24) : warning C4996: 'freopen': This function or variable may be unsafe. Consider using freopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(252) : see declaration of 'freopen' Linking... Embedding manifest... |
Results |
Build log was saved at "file://d:\Students\work\OOP\DS Intro\DS Intro\Debug\BuildLog.htm" DS Intro - 0 error(s), 1 warning(s) |