0

在链接我缺少什么文件时出现问题?

Visual Studio 2010 错误输出

  • 错误 14 错误 LNK2001:无法解析的外部符号 ___umoddi3 C:\Users\Yohannes\Desktop\AES Encryption\libcrypto.a(bn_word.o) Rijndael
  • 错误 11 错误 LNK2001: 无法解析的外部符号 __alloca C:\Users\Yohannes\Desktop\AES Encryption\libcrypto.a(sha512.o) Rijndael
  • 错误 12 错误 LNK2001: 无法解析的外部符号 __alloca C:\Users\Yohannes\Desktop\AES Encryption\libcrypto.a(err_prn.o) Rijndael
  • 错误 15 错误 LNK2019:函数 _fmtint C:\Users\Yohannes\Desktop\AES Encryption\libcrypto.a(b_print.o) Rijndael 中引用的未解析外部符号 ___udivdi3
  • 错误 13 错误 LNK2019:函数 _fmtint C:\Users\Yohannes\Desktop\AES Encryption\libcrypto.a(b_print.o) Rijndael 中引用的未解析的外部符号 ___umoddi3
  • 错误 10 错误 LNK2019:函数 _OPENSSL_isservice C:\Users\Yohannes\Desktop\AES Encryption\libcrypto.a(cryptlib.o) Rijndael 中引用的未解析的外部符号 __alloca -
4

1 回答 1

1

根据:http ://aluigi.freeforums.org/post4997.html

link it to libcrypto.a, it's the static library.

if you don't have it:
http://gnuwin32.sourceforge.net/packages/openssl.htm
于 2012-08-28T17:30:38.130 回答