Build Log
  

------- Build started: Project: AESRun, Configuration: Debug|Win32 -------

Command Lines
  
Creating temporary file "c:\Documents and Settings\SystemTest\Desktop\aes_demo\AESRun\Debug\RSP000065.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /J /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TC
"\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c"
]
Creating command line "cl.exe @"c:\Documents and Settings\SystemTest\Desktop\aes_demo\AESRun\Debug\RSP000065.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\SystemTest\Desktop\aes_demo\AESRun\Debug\RSP000066.rsp" with contents
[
/OUT:"Debug/AESRun.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/AESRun.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\aescrypt.obj"
".\Debug\aeskey.obj"
".\Debug\aestab.obj"
".\Debug\benchaes.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\SystemTest\Desktop\aes_demo\AESRun\Debug\RSP000066.rsp""
Output Window
  
Compiling...
benchaes.c
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(396) : warning C4018: '<' : signed/unsigned mismatch
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(401) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(412) : warning C4018: '<' : signed/unsigned mismatch
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(417) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(155) : warning C4715: 'ecb_encrypt_test' : not all control paths return a value
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(179) : warning C4715: 'ecb_decrypt_test' : not all control paths return a value
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(248) : warning C4715: 'monte_carlo_ecb' : not all control paths return a value
Linking...
Results
  
Build log was saved at "file://c:\Documents and Settings\SystemTest\Desktop\aes_demo\AESRun\Debug\BuildLog.htm"
AESRun - 0 error(s), 7 warning(s)