| Build Log |
|
| Command Lines |
Creating temporary file "c:\Users\Seungwoo\Desktop\Example1\Release\RSP00007532245164.rsp" with contents [ /O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/Example1.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP .\InvokeExFirst.cpp ] Creating command line "cl.exe @c:\Users\Seungwoo\Desktop\Example1\Release\RSP00007532245164.rsp /nologo /errorReport:prompt" Creating temporary file "c:\Users\Seungwoo\Desktop\Example1\Release\RSP00007632245164.rsp" with contents [ /OUT:".\Release/Example1.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\Release\Example1.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /PDB:".\Release/Example1.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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 ".\Release\InvokeExFirst.obj" ] Creating command line "link.exe @c:\Users\Seungwoo\Desktop\Example1\Release\RSP00007632245164.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Users\Seungwoo\Desktop\Example1\Release\RSP00007732245164.rsp" with contents [ /outputresource:".\Release\Example1.exe;#1" /manifest .\Release\Example1.exe.intermediate.manifest ] Creating command line "mt.exe @c:\Users\Seungwoo\Desktop\Example1\Release\RSP00007732245164.rsp /nologo" Creating temporary file "c:\Users\Seungwoo\Desktop\Example1\Release\BAT00007832245164.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep ] Creating command line "c:\Users\Seungwoo\Desktop\Example1\Release\BAT00007832245164.bat" |
| Output Window |
Compiling...
InvokeExFirst.cpp
.\InvokeExFirst.cpp(105) : 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'
Linking...
Embedding manifest...
|
| Results |
Build log was saved at "file://c:\Users\Seungwoo\Desktop\Example1\Release\BuildLog.htm" Example1 - 0 error(s), 1 warning(s) |