Build Log
  

Rebuild started: Project: md5, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\My\work\md5\md5\Release\RSP00000D27842112.rsp" with contents
[
/O2 /Ob2 /Oi /Ot /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /arch:SSE2 /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP .\stdafx.cpp

.\md5.cpp
]
Creating command line "cl.exe @c:\My\work\md5\md5\Release\RSP00000D27842112.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\My\work\md5\md5\Release\RSP00000E27842112.rsp" with contents
[
/OUT:"C:\My\work\md5\Release\md5.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\md5.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\My\work\md5\Release\md5.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /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\md5.obj"

".\Release\stdafx.obj"
]
Creating command line "link.exe @c:\My\work\md5\md5\Release\RSP00000E27842112.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\My\work\md5\md5\Release\RSP00000F27842112.rsp" with contents
[
/outputresource:"..\release\md5.exe;#1" /manifest

.\Release\md5.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\My\work\md5\md5\Release\RSP00000F27842112.rsp /nologo"
Creating temporary file "c:\My\work\md5\md5\Release\BAT00001027842112.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\My\work\md5\md5\Release\BAT00001027842112.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\Release\BuildLog.htm"
md5 - 0 error(s), 5 warning(s)