Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Debug\RSP000018.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AES_EXPORTS" /FD /EHsc /RTC1 /MTd /YX"stdafx.h" /Fp".\Debug/aes.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TC
"\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c"
]
Creating command line "cl.exe @"c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Debug\RSP000018.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Debug\RSP000019.rsp" with contents
[
/OUT:".\Debug/aes.dll" /INCREMENTAL:NO /NOLOGO /DLL /DEBUG /PDB:".\Debug/aes.pdb" /IMPLIB:".\Debug/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
".\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\aes\Debug\RSP000019.rsp""
Output Window
  
Compiling...
benchaes.c
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(215) : warning C4013: 'exit' undefined; assuming extern returning int
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(257) : warning C4013: 'strcmp' undefined; assuming extern returning int
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(261) : warning C4013: 'atoi' undefined; assuming extern returning int
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(397) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\Documents and Settings\SystemTest\Desktop\aes_demo\benchaes.c(413) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(151) : warning C4715: 'ecb_encrypt_test' : not all control paths return a value
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(175) : warning C4715: 'ecb_decrypt_test' : not all control paths return a value
c:\documents and settings\systemtest\desktop\aes_demo\benchaes.c(244) : warning C4715: 'monte_carlo_ecb' : not all control paths return a value
Linking...
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
Results
  
Build log was saved at "file://c:\Documents and Settings\SystemTest\Desktop\aes_demo\aes\Debug\BuildLog.htm"
aes - 0 error(s), 9 warning(s)