BGames
Olá visitante! Seja bem vindo á BGames!

Para ter total acesso ao nosso fórum é preciso que você se registre.

Registre-se Aqui!


PARA VER LINKS E IMAGENS É PRECISO SE REGISTRAR!


BGames
Olá visitante! Seja bem vindo á BGames!

Para ter total acesso ao nosso fórum é preciso que você se registre.

Registre-se Aqui!


PARA VER LINKS E IMAGENS É PRECISO SE REGISTRAR!

BGames
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

BGamesEntrar

Fórum de Desenvolvimento de Jogos e Programação


description[Resolvido][Duvida]Problema no visual c++ Empty[Resolvido][Duvida]Problema no visual c++

more_horiz
Olá pessoal estou com um erro no visual, nao sei por que esse erro, nao tenho minima ideia

15>Main.obj : error LNK2019: unresolved external symbol _SSLeay_version referenced in function "int __cdecl ace_main_i(int,char * * const)" (?ace_main_i@@YAHHQAPAD@Z)
15>game.lib(Warden.obj) : error LNK2019: unresolved external symbol _SHA1 referenced in function "public: static unsigned int __cdecl Warden::BuildChecksum(unsigned char const *,unsigned int)" (?BuildChecksum@Warden@@SAIPBEI@Z)
15>game.lib(WardenWin.obj) : error LNK2019: unresolved external symbol _MD5_Init referenced in function "public: virtual struct ClientWardenModule * __thiscall WardenWin::GetModuleForClient(void)" (?GetModuleForClient@WardenWin@@UAEPAUClientWardenModule@@XZ)
15>game.lib(WardenWin.obj) : error LNK2019: unresolved external symbol _MD5_Update referenced in function "public: virtual struct ClientWardenModule * __thiscall WardenWin::GetModuleForClient(void)" (?GetModuleForClient@WardenWin@@UAEPAUClientWardenModule@@XZ)
15>game.lib(WardenWin.obj) : error LNK2019: unresolved external symbol _MD5_Final referenced in function "public: virtual struct ClientWardenModule * __thiscall WardenWin::GetModuleForClient(void)" (?GetModuleForClient@WardenWin@@UAEPAUClientWardenModule@@XZ)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_CTX_new referenced in function "public: class BigNumber __thiscall BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QAE?AV0@ABV0@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_CTX_free referenced in function "public: class BigNumber __thiscall BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QAE?AV0@ABV0@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_rand referenced in function "public: void __thiscall BigNumber::SetRand(int)" (?SetRand@BigNumber@@QAEXH@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_num_bits referenced in function "public: unsigned char * __thiscall BigNumber::AsByteArray(int,bool)" (?AsByteArray@BigNumber@@QAEPAEH_N@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_new referenced in function "public: __thiscall BigNumber::BigNumber(unsigned int)" (??0BigNumber@@QAE@I@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_copy referenced in function "public: class BigNumber & __thiscall BigNumber::operator=(class BigNumber const &)" (??4BigNumber@@QAEAAV0@ABV0@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_bin2bn referenced in function "public: void __thiscall BigNumber::SetBinary(unsigned char const *,int)" (?SetBinary@BigNumber@@QAEXPBEH@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_bn2bin referenced in function "public: unsigned char * __thiscall BigNumber::AsByteArray(int,bool)" (?AsByteArray@BigNumber@@QAEPAEH_N@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_sub referenced in function "public: class BigNumber __thiscall BigNumber::operator-=(class BigNumber const &)" (??ZBigNumber@@QAE?AV0@ABV0@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_add referenced in function "public: class BigNumber __thiscall BigNumber::operator+=(class BigNumber const &)" (??YBigNumber@@QAE?AV0@ABV0@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_mul referenced in function "public: class BigNumber __thiscall BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QAE?AV0@ABV0@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_div referenced in function "public: class BigNumber __thiscall BigNumber::operator/=(class BigNumber const &)" (??_0BigNumber@@QAE?AV0@ABV0@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_add_word referenced in function "public: void __thiscall BigNumber::SetQword(unsigned __int64)" (?SetQword@BigNumber@@QAEX_K@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_set_word referenced in function "public: __thiscall BigNumber::BigNumber(unsigned int)" (??0BigNumber@@QAE@I@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_get_word referenced in function "public: unsigned int __thiscall BigNumber::AsDword(void)" (?AsDword@BigNumber@@QAEIXZ)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_free referenced in function "public: __thiscall BigNumber::~BigNumber(void)" (??1BigNumber@@QAE@XZ)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_lshift referenced in function "public: void __thiscall BigNumber::SetQword(unsigned __int64)" (?SetQword@BigNumber@@QAEX_K@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_exp referenced in function "public: class BigNumber __thiscall BigNumber::Exp(class BigNumber const &)" (?Exp@BigNumber@@QAE?AV1@ABV1@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_mod_exp referenced in function "public: class BigNumber __thiscall BigNumber::ModExp(class BigNumber const &,class BigNumber const &)" (?ModExp@BigNumber@@QAE?AV1@ABV1@0@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_dup referenced in function "public: __thiscall BigNumber::BigNumber(class BigNumber const &)" (??0BigNumber@@QAE@ABV0@@Z)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_bn2hex referenced in function "public: char * __thiscall BigNumber::AsHexStr(void)const " (?AsHexStr@BigNumber@@QBEPADXZ)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_bn2dec referenced in function "public: char * __thiscall BigNumber::AsDecStr(void)const " (?AsDecStr@BigNumber@@QBEPADXZ)
15>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol _BN_hex2bn referenced in function "public: void __thiscall BigNumber::SetHexStr(char const *)" (?SetHexStr@BigNumber@@QAEXPBD@Z)
15>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol _SHA1_Init referenced in function "public: __thiscall SHA1Hash::SHA1Hash(void)" (??0SHA1Hash@@QAE@XZ)
15>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol _SHA1_Update referenced in function "public: void __cdecl SHA1Hash::UpdateBigNumbers(class BigNumber *,...)" (?UpdateBigNumbers@SHA1Hash@@QAAXPAVBigNumber@@ZZ)
15>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol _SHA1_Final referenced in function "public: void __thiscall SHA1Hash::Finalize(void)" (?Finalize@SHA1Hash@@QAEXXZ)
15>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol _EVP_EncryptInit_ex referenced in function "public: __thiscall ARC4::ARC4(unsigned char)" (??0ARC4@@QAE@E@Z)
15>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol _EVP_EncryptUpdate referenced in function "public: void __thiscall ARC4::UpdateData(int,unsigned char *)" (?UpdateData@ARC4@@QAEXHPAE@Z)
15>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol _EVP_EncryptFinal_ex referenced in function "public: void __thiscall ARC4::UpdateData(int,unsigned char *)" (?UpdateData@ARC4@@QAEXHPAE@Z)
15>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol _EVP_CIPHER_CTX_init referenced in function "public: __thiscall ARC4::ARC4(unsigned char)" (??0ARC4@@QAE@E@Z)
15>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol _EVP_CIPHER_CTX_cleanup referenced in function "public: __thiscall ARC4::~ARC4(void)" (??1ARC4@@QAE@XZ)
15>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol _EVP_CIPHER_CTX_set_key_length referenced in function "public: __thiscall ARC4::ARC4(unsigned char)" (??0ARC4@@QAE@E@Z)
15>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol _EVP_rc4 referenced in function "public: __thiscall ARC4::ARC4(unsigned char)" (??0ARC4@@QAE@E@Z)
15>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol _EVP_sha1 referenced in function "public: __thiscall HmacHash::HmacHash(unsigned int,unsigned char *)" (??0HmacHash@@QAE@IPAE@Z)
15>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol _HMAC_CTX_init referenced in function "public: __thiscall HmacHash::HmacHash(unsigned int,unsigned char *)" (??0HmacHash@@QAE@IPAE@Z)
15>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol _HMAC_CTX_cleanup referenced in function "public: __thiscall HmacHash::~HmacHash(void)" (??1HmacHash@@QAE@XZ)
15>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol _HMAC_Init_ex referenced in function "public: __thiscall HmacHash::HmacHash(unsigned int,unsigned char *)" (??0HmacHash@@QAE@IPAE@Z)
15>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol _HMAC_Update referenced in function "public: unsigned char * __thiscall HmacHash::ComputeHash(class BigNumber *)" (?ComputeHash@HmacHash@@QAEPAEPAVBigNumber@@@Z)
15>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol _HMAC_Final referenced in function "public: void __thiscall HmacHash::Finalize(void)" (?Finalize@HmacHash@@QAEXXZ)
15>C:\Users\Rodrigo\Desktop\build\bin\Release\worldserver.exe : fatal error LNK1120: 44 unresolved externals
16>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------
16> Building Custom Rule C:/Users/Rodrigo/Desktop/TrinityCore/CMakeLists.txt
16> CMake does not need to re-run because C:\Users\Rodrigo\Desktop\build\CMakeFiles\generate.stamp is up-to-date.
16> Build all projects
17>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------
17>Project not selected to build for this solution configuration
========== Build: 13 succeeded, 3 failed, 0 up-to-date, 1 skipped ==========

Este ai acima é todo erro
Obs: tentei baixar tudo de novo pra compilar direto, mais deu o mesmo erro!
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Última edição por arphis em Sáb 23 Fev 2013 - 10:21, editado 1 vez(es)

description[Resolvido][Duvida]Problema no visual c++ EmptyRe: [Resolvido][Duvida]Problema no visual c++

more_horiz
========== Build: 13 succeeded, 3 failed, 0 up-to-date, 1 skipped ========== Tente Compilar Pelo Visual Studio

description[Resolvido][Duvida]Problema no visual c++ EmptyRe: [Resolvido][Duvida]Problema no visual c++

more_horiz
Ja compilei com ele msm e não adiantou, erro

description[Resolvido][Duvida]Problema no visual c++ EmptyRe: [Resolvido][Duvida]Problema no visual c++

more_horiz
apaga a pasta toda e refaz o procedimento

description[Resolvido][Duvida]Problema no visual c++ EmptyRe: [Resolvido][Duvida]Problema no visual c++

more_horiz
Como tinhaa falado acima, tentei refazer varias vezes

description[Resolvido][Duvida]Problema no visual c++ EmptyRe: [Resolvido][Duvida]Problema no visual c++

more_horiz
Amigo Tentar Baixa Outro Repositório

description[Resolvido][Duvida]Problema no visual c++ EmptyRe: [Resolvido][Duvida]Problema no visual c++

more_horiz
Pode mover para resolvido,... problema era o seguinte, tava fazendo a parte do cmake com o visual studio 11, mais como meu windows é 7, tinha q ter feito com visual studio 11 64bits, mudei e nao deu mais problema, obrigado pessoal

description[Resolvido][Duvida]Problema no visual c++ EmptyRe: [Resolvido][Duvida]Problema no visual c++

more_horiz


Tópico resolvido e movido para sua área correspondente

description[Resolvido][Duvida]Problema no visual c++ EmptyRe: [Resolvido][Duvida]Problema no visual c++

more_horiz
privacy_tip Permissões neste sub-fórum
Não podes responder a tópicos