0

どのファイルが欠落しているかをリンクするときに問題が発生しますか?

VisualStudio2010のエラー出力

  • エラー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 に答える