⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.plg

📁 一个自己封装的,网络传输,纯C的,还有封装的RSA加算法!
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: main - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP53.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/main.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Administrator\桌面\SocketRsa\RsaA.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP53.tmp" 
<h3>Output Window</h3>
Compiling...
RsaA.cpp
C:\Documents and Settings\Administrator\桌面\SocketRsa\RsaA.cpp(71) : warning C4172: returning address of local variable or temporary
C:\Documents and Settings\Administrator\桌面\SocketRsa\RsaA.cpp(721) : error C2664: 'Os2ip' : cannot convert parameter 1 from 'signed char *' to 'unsigned char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\Administrator\桌面\SocketRsa\RsaA.cpp(724) : error C2440: '=' : cannot convert from 'signed char *' to 'signed char [350]'
        There are no conversions to array types, although there are conversions to references or pointers to arrays
C:\Documents and Settings\Administrator\桌面\SocketRsa\RsaA.cpp(737) : error C2556: 'unsigned char __thiscall CRsaA::RsaDecrypt(signed char (&)[350],const char *,const char *)' : overloaded function differs only by return type from 'signed char __thiscall CRsaA::RsaDecrypt(signed char (&)[350],const char *,const char *)'
        c:\documents and settings\administrator\桌面\socketrsa\rsaa.h(62) : see declaration of 'RsaDecrypt'
C:\Documents and Settings\Administrator\桌面\SocketRsa\RsaA.cpp(737) : error C2371: 'RsaDecrypt' : redefinition; different basic types
        c:\documents and settings\administrator\桌面\socketrsa\rsaa.h(62) : see declaration of 'RsaDecrypt'
C:\Documents and Settings\Administrator\桌面\SocketRsa\RsaA.cpp(751) : error C2664: 'Getinput' : cannot convert parameter 2 from 'signed char' to 'const char *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.



<h3>Results</h3>
RsaA.obj - 5 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -