如何集成加密货币++进入 C++ Builder 2010 / [ILINK32 错误]
我试图通过 C++ Builder 2010 编译以下(示例)代码:
http://swarmapps.wordpress.com/2009/11/24/a-simplification-wrapper-for-the-crypto-library/
( http://pastebin.com/f6bd13d59 / example.cpp )
( http://pastebin.com/f2fc53f83 / BasicCryptoPPWrap.h )
没有编译器错误,但链接失败:
[ILINK32 错误] 错误:从 E:\TEST\DEBUG\FILE1.OBJ 引用的无法解析的外部“CryptoPP::SimpleKeyingInterface::SetKey(const unsigned char *, unsigned int, CryptoPP::NameValuePairs&)”
我该如何解决此问题?
I was trying to compile the following (example) code via C++ Builder 2010:
http://swarmapps.wordpress.com/2009/11/24/a-simplification-wrapper-for-the-crypto-library/
( http://pastebin.com/f6bd13d59 / example.cpp )
( http://pastebin.com/f2fc53f83 / BasicCryptoPPWrap.h )
There were no compiler errors but the linking failed:
[ILINK32 Error] Error: Unresolved external 'CryptoPP::SimpleKeyingInterface::SetKey(const unsigned char *, unsigned int, CryptoPP::NameValuePairs&)' referenced from E:\TEST\DEBUG\FILE1.OBJ
How can I fix this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自同一页面
from the same page