| Build Log |
|
| Command Lines |
Creating temporary file "c:\class\basic_vuln\basic_vuln\Debug\RSP00000917562040.rsp" with contents [ /Od /D "_MBCS" /Gm /EHsc /RTC1 /MDd /GS- /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC .\main.c ] Creating command line "cl.exe @c:\class\basic_vuln\basic_vuln\Debug\RSP00000917562040.rsp /nologo /errorReport:prompt" Creating temporary file "c:\class\basic_vuln\basic_vuln\Debug\RSP00000A17562040.rsp" with contents [ /OUT:"C:\class\basic_vuln\Debug\basic_vuln.exe" /MANIFEST /MANIFESTFILE:"Debug\basic_vuln.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\class\basic_vuln\Debug\basic_vuln.pdb" /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" ] Creating command line "link.exe @c:\class\basic_vuln\basic_vuln\Debug\RSP00000A17562040.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\class\basic_vuln\basic_vuln\Debug\RSP00000B17562040.rsp" with contents [ /outputresource:"..\Debug\basic_vuln.exe;#1" /manifest .\Debug\basic_vuln.exe.intermediate.manifest ] Creating command line "mt.exe @c:\class\basic_vuln\basic_vuln\Debug\RSP00000B17562040.rsp /nologo" Creating temporary file "c:\class\basic_vuln\basic_vuln\Debug\BAT00000C17562040.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "c:\class\basic_vuln\basic_vuln\Debug\BAT00000C17562040.bat" |
| Output Window |
Compiling...
main.c
c:\class\basic_vuln\basic_vuln\main.c(17) : 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'
Linking...
LINK : C:\class\basic_vuln\Debug\basic_vuln.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\class\basic_vuln\basic_vuln\Debug\BuildLog.htm" basic_vuln - 0 error(s), 1 warning(s) |