| Build Log |
|
| Command Lines |
Creating temporary file "c:\Users\Seungwoo\Desktop\Example1\Debug\RSP00000951725584.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fp".\Debug/Example1.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP .\InvokeExFirst.cpp ] Creating command line "cl.exe @c:\Users\Seungwoo\Desktop\Example1\Debug\RSP00000951725584.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Users\Seungwoo\Desktop\Example1\Debug\RSP00000A51725584.rsp" with contents [ /OUT:".\Debug/Example1.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\Example1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/Example1.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 jvm.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\InvokeExFirst.obj" ".\Debug\Example1.exe.embed.manifest.res" ] Creating command line "link.exe @c:\Users\Seungwoo\Desktop\Example1\Debug\RSP00000A51725584.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\Seungwoo\Desktop\Example1\Debug\RSP00000B51725584.rsp" with contents [ /out:.\Debug\Example1.exe.embed.manifest /notify_update /manifest .\Debug\Example1.exe.intermediate.manifest ] Creating command line "mt.exe @c:\Users\Seungwoo\Desktop\Example1\Debug\RSP00000B51725584.rsp /nologo" Creating temporary file "c:\Users\Seungwoo\Desktop\Example1\Debug\BAT00000C51725584.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "c:\Users\Seungwoo\Desktop\Example1\Debug\BAT00000C51725584.bat" |
| Output Window |
Compiling...
InvokeExFirst.cpp
c:\users\seungwoo\desktop\example1\invokeexfirst.cpp(108) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_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(366) : see declaration of 'sprintf'
c:\users\seungwoo\desktop\example1\invokeexfirst.cpp(179) : warning C4101: 'obj' : unreferenced local variable
Linking...
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\Users\Seungwoo\Desktop\Example1\Debug\BuildLog.htm" Example1 - 0 error(s), 2 warning(s) |