Build Log |
|
Command Lines |
Creating temporary file "c:\My\work\md5\md5\Debug\RSP00019249361592.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP .\md5.cpp ] Creating command line "cl.exe @c:\My\work\md5\md5\Debug\RSP00019249361592.rsp /nologo /errorReport:prompt" Creating temporary file "c:\My\work\md5\md5\Debug\RSP00019349361592.rsp" with contents [ /OUT:"C:\My\work\md5\Debug\md5.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\md5.exe.intermediate.manifest" /DEBUG /PDB:"c:\my\work\md5\debug\md5.pdb" /SUBSYSTEM:CONSOLE /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\stdafx.obj" ".\debug\md5.obj" ".\Debug\md5.exe.embed.manifest.res" ] Creating command line "link.exe @c:\My\work\md5\md5\Debug\RSP00019349361592.rsp /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\My\work\md5\md5\Debug\RSP00019449361592.rsp" with contents [ /out:.\debug\md5.exe.embed.manifest /notify_update /manifest .\debug\md5.exe.intermediate.manifest ] Creating command line "mt.exe @c:\My\work\md5\md5\Debug\RSP00019449361592.rsp /nologo" Creating temporary file "c:\My\work\md5\md5\Debug\BAT00019549361592.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > .\debug\mt.dep ] Creating command line "c:\My\work\md5\md5\Debug\BAT00019549361592.bat" |
Output Window |
Compiling... md5.cpp c:\my\work\md5\md5\md5.cpp(212) : warning C4996: 'strcpy' was declared deprecated d:\program files (x86)\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy' Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' c:\my\work\md5\md5\md5.cpp(214) : warning C4267: '=' : conversion from 'size_t' to 'unsigned char', possible loss of data c:\my\work\md5\md5\md5.cpp(234) : warning C4996: 'getch' was declared deprecated d:\program files (x86)\microsoft visual studio 8\vc\include\conio.h(145) : see declaration of 'getch' Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.' Linking... Embedding manifest... |
Results |
Build log was saved at "file://c:\My\work\md5\md5\Debug\BuildLog.htm" md5 - 0 error(s), 3 warning(s) |