Build Log |
|
Command Lines |
Creating temporary file "c:\My\work\md5\md5\x64\Release\RSP00000527843120.rsp" with contents [ /Ox /Ob2 /Oi /Ot /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Fo"x64\Release\\" /Fd"x64\Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP .\stdafx.cpp .\md5.cpp ] Creating command line "cl.exe @c:\My\work\md5\md5\x64\Release\RSP00000527843120.rsp /nologo /errorReport:prompt" Creating temporary file "c:\My\work\md5\md5\x64\Release\RSP00000627843120.rsp" with contents [ /OUT:"C:\My\work\md5\x64\Release\md5.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"x64\Release\md5.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\My\work\md5\x64\release\md5.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE:NO /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\x64\Release\md5.obj" ".\x64\Release\stdafx.obj" ] Creating command line "link.exe @c:\My\work\md5\md5\x64\Release\RSP00000627843120.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\My\work\md5\md5\x64\Release\RSP00000727843120.rsp" with contents [ /outputresource:"..\x64\release\md5.exe;#1" /manifest .\x64\Release\md5.exe.intermediate.manifest ] Creating command line "mt.exe @c:\My\work\md5\md5\x64\Release\RSP00000727843120.rsp /nologo" Creating temporary file "c:\My\work\md5\md5\x64\Release\BAT00000827843120.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\x64\Release\mt.dep ] Creating command line "c:\My\work\md5\md5\x64\Release\BAT00000827843120.bat" |
Output Window |
Compiling... cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release stdafx.cpp md5.cpp .\md5.cpp(214) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy' .\md5.cpp(216) : warning C4267: '=' : conversion from 'size_t' to 'unsigned char', possible loss of data .\md5.cpp(236) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details. D:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\conio.h(145) : see declaration of 'getch' Linking... Generating code c:\my\work\md5\md5\md5.cpp(193) : warning C4715: 'MD5Transform' : not all control paths return a value Finished generating code Embedding manifest... |
Results |
Build log was saved at "file://c:\My\work\md5\md5\x64\Release\BuildLog.htm" md5 - 0 error(s), 5 warning(s) |