| Build Log |
|
| Command Lines |
Creating temporary file "c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\RSP0000192700425368.rsp" with contents [ /Od /I "C:\Program Files (x86)\IVI Foundation\VISA\\winnt\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\csvtoarb.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\csvtoarb.cpp ] Creating command line "cl.exe @c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\RSP0000192700425368.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\RSP00001A2700425368.rsp" with contents [ /OUT:"C:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\Debug\csvtoarb.exe" /INCREMENTAL /LIBPATH:"C:\Program Files (x86)\IVI Foundation\VISA\\winnt\lib\msc" /MANIFEST /MANIFESTFILE:"Debug\csvtoarb.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\Debug\csvtoarb.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 visa32.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\csvtoarb.obj" ".\Debug\stdafx.obj" ".\Debug\csvtoarb.exe.embed.manifest.res" ] Creating command line "link.exe @c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\RSP00001A2700425368.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\RSP00001B2700425368.rsp" with contents [ /out:.\Debug\csvtoarb.exe.embed.manifest /notify_update /manifest .\Debug\csvtoarb.exe.intermediate.manifest ] Creating command line "mt.exe @c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\RSP00001B2700425368.rsp /nologo" Creating temporary file "c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\BAT00001C2700425368.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\BAT00001C2700425368.bat" |
| Output Window |
Compiling...
csvtoarb.cpp
c:\users\lhornburg\desktop\sendingcsv\csvtoarb\csvtoarb\csvtoarb.cpp(44) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(306) : see declaration of 'scanf'
c:\users\lhornburg\desktop\sendingcsv\csvtoarb\csvtoarb\csvtoarb.cpp(102) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(324) : see declaration of 'sscanf'
Linking...
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\Users\lhornburg\Desktop\sendingcsv\csvtoarb\csvtoarb\Debug\BuildLog.htm" csvtoarb - 0 error(s), 2 warning(s) |