Build Log
  

------- Build started: Project: aes, Configuration: Release|Win32 -------

Command Lines
  
Creating temporary file "c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Release\RSP000039.rsp" with contents
[
/O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AES_EXPORTS" /FD /EHsc /MT /YX"stdafx.h" /Fp".\Release/aes.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TC
"\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c"
"\Documents and Settings\SystemTest\Desktop\aes_demo\aestab.c"
"\Documents and Settings\SystemTest\Desktop\aes_demo\aeskey.c"
"\Documents and Settings\SystemTest\Desktop\aes_demo\aescrypt.c"
]
Creating command line "cl.exe @"c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Release\RSP000039.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Release\RSP00003A.rsp" with contents
[
/OUT:".\Release/aes.dll" /INCREMENTAL:NO /NOLOGO /DLL /PDB:".\Release/aes.pdb" /IMPLIB:".\Release/aes.lib" /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\aescrypt.obj"
".\release\aeskey.obj"
".\release\aestab.obj"
".\release\benchaes.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Release\RSP00003A.rsp""
Output Window
  
Compiling...
benchaes.c
\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(403) : warning C4018: '<' : signed/unsigned mismatch
\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(408) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(419) : warning C4018: '<' : signed/unsigned mismatch
\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(424) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(156) : warning C4715: 'ecb_encrypt_test' : not all control paths return a value
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(180) : warning C4715: 'ecb_decrypt_test' : not all control paths return a value
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(250) : warning C4715: 'monte_carlo_ecb' : not all control paths return a value
aestab.c
aeskey.c
aescrypt.c
Linking...
Results
  
Build log was saved at "file://c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Release\BuildLog.htm"
aes - 0 error(s), 7 warning(s)