Build Log
  

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

Command Lines
  
Creating temporary file "e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\RSP00000139723412.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\console_demo.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\sdk\libNVSSDK.cpp

.\console_demo.cpp
]
Creating command line "cl.exe @e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\RSP00000139723412.rsp /nologo /errorReport:prompt"
Creating temporary file "e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\RSP00000239723412.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\console_demo.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\stdafx.cpp
]
Creating command line "cl.exe @e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\RSP00000239723412.rsp /nologo /errorReport:prompt"
Creating temporary file "e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\RSP00000339723412.rsp" with contents
[
/OUT:"..\..\..\console_demo.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\console_demo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"e:\Projects\SDK_V3.2_0315\Documents\Final\console_demo.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\console_demo.obj"

".\Debug\libNVSSDK.obj"

".\Debug\stdafx.obj"

".\Debug\console_demo.exe.embed.manifest.res"
]
Creating command line "link.exe @e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\RSP00000339723412.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\RSP00000439723412.rsp" with contents
[
/out:.\Debug\console_demo.exe.embed.manifest /notify_update /manifest

.\Debug\console_demo.exe.intermediate.manifest
]
Creating command line "mt.exe @e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\RSP00000439723412.rsp /nologo"
Creating temporary file "e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\BAT00000539723412.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\BAT00000539723412.bat"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
console_demo.cpp
e:\projects\sdk_v3.2_0315\documents\final\sample\console_vc_demo\console_demo\console_demo.cpp(42) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
libNVSSDK.cpp
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://e:\Projects\SDK_V3.2_0315\Documents\Final\Sample\console_vc_demo\console_demo\Debug\BuildLog.htm"
console_demo - 0 error(s), 1 warning(s)