Ir para conteúdo
  • 0
stronyw123

Programação OTServBR- Global compile

Pergunta

stronyw123    0
stronyw123

Hello

Could someone tell me what to add in C/C++ and Linker? I cant compile this OtservBR

Im using VS2017  and SDK 10.0.17134.0

 

 

 

Zanim zadasz pytanie, zapoznaj się z regulaminem sekcji i przewodnikiem poniżej:

https://forums.otserv.com.br/index.php?/forums/topic/168583-regras-da-seção/

https://forums.otserv.com.br/index.php?/forums/topic/165121-how-doing-a-question-or-the-user-guide-with-discounts/

Opisz w kilku słowach zastosowaną bazę. (Nazwa serwera / nazwa klienta / nazwa strony internetowej / itp.).

Np .: The Forgotten Server 1.3, wersja: 10.98.

Baza:

 

Jakie jest twoje pytanie

 

 

Czy masz dostępny kod? Jeśli umieściłeś go w polu kodu wewnątrz spoilera poniżej:

Spoiler


 

 

Czy masz jakieś zdjęcia, które mogą pomóc w rozwiązaniu problemu? Jeśli tak, dołącz go do spoilera poniżej:

Spoiler

 

 

Compartilhar este post


Link para o post
Compartilhar em outros sites

6 respostass a esta questão

Recommended Posts

  • 0
Majesty    1755
Majesty

 

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
stronyw123    0
stronyw123

I did everything as in tutorial but there is northing about adding C/C++ and Linker

 


 

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
Majesty    1755
Majesty

You don't need to add manually, follow the tutorial correctly, install vcpkg, install the libs and compile.

 

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
stronyw123    0
stronyw123

I did all and now i have this errors:

1>wildcardtree.cpp
1>cryptopp-static.lib(ec2n.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(ecp.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(hex.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(rng.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(modes.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(gfpcrypt.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(hmac.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(gf2n.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(oaep.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(mqueue.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(rijndael.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(hrtimer.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(dll.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(nbtheory.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(pubkey.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(iterhash.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(base64.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(randpool.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(osrng.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(algparam.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(misc.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(cryptlib.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(filters.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(basecode.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(integer.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(queue.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(asn.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(rsa.cpp.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4
1>cryptopp-static.lib(ecp.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(hex.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(rng.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(gfpcrypt.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(hmac.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(gf2n.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(ec2n.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(mqueue.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(rijndael.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(hrtimer.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(modes.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(dll.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(nbtheory.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(pubkey.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(iterhash.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(base64.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(randpool.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(osrng.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(algparam.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(misc.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(cryptlib.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(filters.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(basecode.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(integer.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(queue.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(asn.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>cryptopp-static.lib(rsa.cpp.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4
1>C:\Users\Bartek\vcpkg\OTServBR-Global-develop\vc14\x64\Release\theforgottenserver.exe : fatal error LNK1120: 2 unresolved externals
1>Done building project "theforgottenserver.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

 

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
stronyw123    0
stronyw123

Could someone help me with this errors?

Compartilhar este post


Link para o post
Compartilhar em outros sites
  • 0
Majesty    1755
Majesty

The lib cryptopp:x64-windows is missing, install and try to compile again.

Compartilhar este post


Link para o post
Compartilhar em outros sites
Visitante
Este tópico está impedido de receber novos posts.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×