Build Log |
|
Command Lines |
Creating temporary file "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000128683728.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MTd /Yu"stdafx.h" /Fp"Debug\FastBchEnDecR300.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\FastBchEnDecR300.cpp" ] Creating command line "cl.exe @"c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000128683728.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000228683728.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MTd /Yc"stdafx.h" /Fp"Debug\FastBchEnDecR300.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\stdafx.cpp" ] Creating command line "cl.exe @"c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000228683728.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\TMP00000328683728.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\FastBchEnDecR300.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\FastBchEnDecR300.exe.embed.manifest.res" "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\TMP00000328683728.tmp"" Creating temporary file "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000428683728.rsp" with contents [ /OUT:"C:\Visual Studio 2008\Projects\FastBchEnDecR300\Debug\FastBchEnDecR300.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\FastBchEnDecR300.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Visual Studio 2008\Projects\FastBchEnDecR300\Debug\FastBchEnDecR300.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\FastBchEnDecR300.obj" ".\Debug\stdafx.obj" ".\Debug\FastBchEnDecR300.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000428683728.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000528683728.rsp" with contents [ /out:".\Debug\FastBchEnDecR300.exe.embed.manifest" /notify_update /manifest ".\Debug\FastBchEnDecR300.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000528683728.rsp" /nologo" Creating temporary file "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\BAT00000628683728.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\BAT00000628683728.bat""" Creating temporary file "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\TMP00000728683728.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\FastBchEnDecR300.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\FastBchEnDecR300.exe.embed.manifest.res" "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\TMP00000728683728.tmp"" Creating temporary file "c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000828683728.rsp" with contents [ /OUT:"C:\Visual Studio 2008\Projects\FastBchEnDecR300\Debug\FastBchEnDecR300.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\FastBchEnDecR300.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Visual Studio 2008\Projects\FastBchEnDecR300\Debug\FastBchEnDecR300.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\FastBchEnDecR300.obj" ".\Debug\stdafx.obj" ".\Debug\FastBchEnDecR300.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\RSP00000828683728.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... stdafx.cpp Compiling... FastBchEnDecR300.cpp c:\visual studio 2008\projects\fastbchendecr300\fastbchendecr300\fastbchendecr300.cpp(2107) : 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\microsoft visual studio 9.0\vc\include\stdio.h(306) : see declaration of 'scanf' c:\visual studio 2008\projects\fastbchendecr300\fastbchendecr300\fastbchendecr300.cpp(2108) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen' c:\visual studio 2008\projects\fastbchendecr300\fastbchendecr300\fastbchendecr300.cpp(2179) : 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\microsoft visual studio 9.0\vc\include\stdio.h(306) : see declaration of 'scanf' c:\visual studio 2008\projects\fastbchendecr300\fastbchendecr300\fastbchendecr300.cpp(2180) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen' c:\visual studio 2008\projects\fastbchendecr300\fastbchendecr300\fastbchendecr300.cpp(2187) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen' c:\visual studio 2008\projects\fastbchendecr300\fastbchendecr300\fastbchendecr300.cpp(2267) : 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\microsoft visual studio 9.0\vc\include\stdio.h(306) : see declaration of 'scanf' c:\visual studio 2008\projects\fastbchendecr300\fastbchendecr300\fastbchendecr300.cpp(2268) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen' c:\visual studio 2008\projects\fastbchendecr300\fastbchendecr300\fastbchendecr300.cpp(2275) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen' Compiling manifest to resources... Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 Copyright (C) Microsoft Corporation. All rights reserved. Linking... Embedding manifest... Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 Copyright (C) Microsoft Corporation. All rights reserved. |
Results |
Build log was saved at "file://c:\Visual Studio 2008\Projects\FastBchEnDecR300\FastBchEnDecR300\Debug\BuildLog.htm" FastBchEnDecR300 - 0 error(s), 8 warning(s) |