Build Log |
|
Command Lines |
Creating temporary file "c:\testService\testService\Debug\RSP0000205744172.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\10.cpp ] Creating command line "cl.exe @c:\testService\testService\Debug\RSP0000205744172.rsp /nologo /errorReport:prompt" Creating temporary file "c:\testService\testService\Debug\RSP0000215744172.rsp" with contents [ /OUT:"C:\testService\Debug\testService.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\testService.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\testService\Debug\testService.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\10.obj" ".\Debug\stdafx.obj" ".\Debug\testService.obj" ".\Debug\testService.exe.embed.manifest.res" ] Creating command line "link.exe @c:\testService\testService\Debug\RSP0000215744172.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\testService\testService\Debug\RSP0000225744172.rsp" with contents [ /out:.\Debug\testService.exe.embed.manifest /notify_update /manifest .\Debug\testService.exe.intermediate.manifest ] Creating command line "mt.exe @c:\testService\testService\Debug\RSP0000225744172.rsp /nologo" Creating temporary file "c:\testService\testService\Debug\BAT0000235744172.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep ] Creating command line "c:\testService\testService\Debug\BAT0000235744172.bat" |
Output Window |
Compiling... 10.cpp c:\testservice\testservice\10.cpp(35) : warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_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\string.h(252) : see declaration of 'wcscpy' c:\testservice\testservice\10.cpp(36) : warning C4996: '_wfopen': This function or variable may be unsafe. Consider using _wfopen_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\wchar.h(827) : see declaration of '_wfopen' c:\testservice\testservice\10.cpp(67) : warning C4018: '<' : signed/unsigned mismatch Linking... Embedding manifest... |
Results |
Build log was saved at "file://c:\testService\testService\Debug\BuildLog.htm" testService - 0 error(s), 3 warning(s) |