Build Log
  

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

Command Lines
  
Creating temporary file "c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\RSP00000159844972.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MT /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\ConsoleApplication.cpp
]
Creating command line "cl.exe @c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\RSP00000159844972.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\RSP00000259844972.rsp" with contents
[
/OUT:"C:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\Debug\ConsoleApplication.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\ConsoleApplication.exe.intermediate.manifest" /DEBUG /PDB:"c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\debug\ConsoleApplication.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 odbc32.lib odbccp32.lib Winmm.lib DxErr8.lib Dsound.lib  dxguid.lib  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\ConsoleApplication.obj"

".\Debug\dsutil.obj"

".\Debug\dxutil.obj"

".\Debug\stdafx.obj"

".\Debug\ConsoleApplication.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\RSP00000259844972.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\RSP00000359844972.rsp" with contents
[
/out:.\Debug\ConsoleApplication.exe.embed.manifest /notify_update /manifest

.\Debug\ConsoleApplication.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\RSP00000359844972.rsp /nologo"
Creating temporary file "c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\BAT00000459844972.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\BAT00000459844972.bat"
Output Window
  
Compiling...
ConsoleApplication.cpp
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(213) : warning C4996: 'gets' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(270) : see declaration of 'gets'
        Message: 'This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(214) : warning C4996: 'gets' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(270) : see declaration of 'gets'
        Message: 'This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(252) : warning C4996: 'scanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : see declaration of 'scanf'
        Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(277) : warning C4996: 'scanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : see declaration of 'scanf'
        Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(299) : warning C4996: 'scanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : see declaration of 'scanf'
        Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(326) : warning C4996: 'scanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : see declaration of 'scanf'
        Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(349) : warning C4996: 'scanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : see declaration of 'scanf'
        Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(473) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(482) : warning C4996: 'sprintf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\newdata\ece476\projects\consoleapplication\consoleapplication\consoleapplication\consoleapplication.cpp(573) : warning C4996: 'scanf' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(295) : see declaration of 'scanf'
        Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\NewData\ECE476\projects\ConsoleApplication\ConsoleApplication\ConsoleApplication\Debug\BuildLog.htm"
ConsoleApplication - 0 error(s), 10 warning(s)