我试图在我的项目中增加Beecht加密图书馆。 首先,在试图制造一米标牌后,我增加了标题档案:
error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall beecrypt::security::SecureRandom::~SecureRandom(void)" (__imp_??1SecureRandom@security@beecrypt@@UAE@XZ) referenced in function _wmain
从一看,这是因为没有申请档案。 Ok. 然后,一米试图增加申请卷宗,但任何文件夹都认为它们仍然有同样的错误。 例如,安全局位于:
beecrypt/c++/security/SecureRandom.h
哪里应该把安全Random.cpp带走这一错误? 我已经尝试了所有层次的夹。 或者该错误可能是由其他东西造成的? 预 款