📄 ctr_start.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ctr_start - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP86.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/ctr_start.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\TomCrypt\lib\tomsource\crypt_argchk.c"
"D:\TomCrypt\lib\tomsource\crypt_cipher_descriptor.c"
"D:\TomCrypt\lib\tomsource\crypt_cipher_is_valid.c"
"D:\TomCrypt\lib\tomsource\crypt_find_cipher.c"
"D:\TomCrypt\lib\tomsource\crypt_find_cipher_any.c"
"D:\TomCrypt\lib\tomsource\crypt_find_cipher_id.c"
"D:\TomCrypt\lib\tomsource\crypt_register_cipher.c"
"D:\TomCrypt\lib\tomsource\ctr_decrypt.c"
"D:\TomCrypt\lib\tomsource\ctr_done.c"
"D:\TomCrypt\lib\tomsource\ctr_encrypt.c"
"D:\TomCrypt\lib\tomsource\ctr_getiv.c"
"D:\TomCrypt\lib\tomsource\ctr_setiv.c"
"D:\TomCrypt\lib\tomsource\error_to_string.c"
"D:\TomCrypt\lib\tomsource\twofish.c"
"D:\TomCrypt\lib\tomsource\zeromem.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP86.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP87.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/ctr_start.pdb" /debug /machine:I386 /out:"Debug/ctr_start.exe" /pdbtype:sept
.\Debug\crypt_argchk.obj
.\Debug\crypt_cipher_descriptor.obj
.\Debug\crypt_cipher_is_valid.obj
.\Debug\crypt_find_cipher.obj
.\Debug\crypt_find_cipher_any.obj
.\Debug\crypt_find_cipher_id.obj
.\Debug\crypt_register_cipher.obj
.\Debug\ctr_decrypt.obj
.\Debug\ctr_done.obj
.\Debug\ctr_encrypt.obj
.\Debug\ctr_getiv.obj
.\Debug\ctr_setiv.obj
.\Debug\ctr_start.obj
.\Debug\error_to_string.obj
.\Debug\twofish.obj
.\Debug\zeromem.obj
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP87.tmp"
<h3>Output Window</h3>
Compiling...
crypt_argchk.c
crypt_cipher_descriptor.c
crypt_cipher_is_valid.c
crypt_find_cipher.c
crypt_find_cipher_any.c
crypt_find_cipher_id.c
crypt_register_cipher.c
ctr_decrypt.c
ctr_done.c
ctr_encrypt.c
ctr_getiv.c
ctr_setiv.c
error_to_string.c
twofish.c
D:\TomCrypt\lib\tomsource\twofish.c(415) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
D:\TomCrypt\lib\tomsource\twofish.c(416) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
D:\TomCrypt\lib\tomsource\twofish.c(424) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
D:\TomCrypt\lib\tomsource\twofish.c(425) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
D:\TomCrypt\lib\tomsource\twofish.c(433) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
D:\TomCrypt\lib\tomsource\twofish.c(434) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned char ', possible loss of data
zeromem.c
Linking...
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89.tmp" with contents
[
/nologo /o"Debug/ctr_start.bsc"
.\Debug\crypt_argchk.sbr
.\Debug\crypt_cipher_descriptor.sbr
.\Debug\crypt_cipher_is_valid.sbr
.\Debug\crypt_find_cipher.sbr
.\Debug\crypt_find_cipher_any.sbr
.\Debug\crypt_find_cipher_id.sbr
.\Debug\crypt_register_cipher.sbr
.\Debug\ctr_decrypt.sbr
.\Debug\ctr_done.sbr
.\Debug\ctr_encrypt.sbr
.\Debug\ctr_getiv.sbr
.\Debug\ctr_setiv.sbr
.\Debug\ctr_start.sbr
.\Debug\error_to_string.sbr
.\Debug\twofish.sbr
.\Debug\zeromem.sbr]
Creating command line "bscmake.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
ctr_start.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -