📄 base64 md5.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Base64 MD5 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Base64 MD5.res" /d "_DEBUG" /d "_AFXDLL" "D:\TEST\Base64 MD5\Base64 MD5.rc""
Creating temporary file "F:\HRC\Temp\RSP170.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Base64 MD5.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\TEST\Base64 MD5\Base64 MD5.cpp"
"D:\TEST\Base64 MD5\Base64 MD5Dlg.cpp"
"D:\TEST\Base64 MD5\Base64MD5.cpp"
]
Creating command line "cl.exe @F:\HRC\Temp\RSP170.tmp"
Creating temporary file "F:\HRC\Temp\RSP171.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Base64 MD5.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\TEST\Base64 MD5\StdAfx.cpp"
]
Creating command line "cl.exe @F:\HRC\Temp\RSP171.tmp"
Creating temporary file "F:\HRC\Temp\RSP172.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Base64 MD5.pdb" /debug /machine:I386 /out:"Debug/Base64 MD5.exe" /pdbtype:sept
".\Debug\Base64 MD5.obj"
".\Debug\Base64 MD5Dlg.obj"
".\Debug\Base64MD5.obj"
".\Debug\StdAfx.obj"
".\Debug\Base64 MD5.res"
]
Creating command line "link.exe @F:\HRC\Temp\RSP172.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Base64 MD5.cpp
Base64 MD5Dlg.cpp
D:\TEST\Base64 MD5\Base64 MD5Dlg.cpp(216) : error C2628: 'POSITION' followed by 'unsigned' is illegal (did you forget a ';'?)
D:\TEST\Base64 MD5\Base64 MD5Dlg.cpp(216) : error C2628: 'POSITION' followed by 'char' is illegal (did you forget a ';'?)
D:\TEST\Base64 MD5\Base64 MD5Dlg.cpp(223) : error C2664: 'GetMD5' : cannot convert parameter 1 from 'struct __POSITION *[24]' to 'unsigned char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\TEST\Base64 MD5\Base64 MD5Dlg.cpp(233) : error C2664: 'Encode' : cannot convert parameter 1 from 'struct __POSITION *[24]' to 'unsigned char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\TEST\Base64 MD5\Base64 MD5Dlg.cpp(234) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'struct __POSITION *[32]' (or there is no acceptable conversion)
Base64MD5.cpp
Generating Code...
执行 cl.exe 时出错.
Creating command line "bscmake.exe /nologo /o"Debug/Base64 MD5.bsc" ".\Debug\StdAfx.sbr" ".\Debug\Base64 MD5.sbr" ".\Debug\Base64 MD5Dlg.sbr" ".\Debug\Base64MD5.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
Base64 MD5.exe - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -