• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore 3.3.5 trinitycore 3.3.5a visual studios issue

brunolopes

Enthusiast
Hello everyone i ve been trying to compile trinitycore 3.3.5a, when i use cmake everything goes perfectly i select the tools option and i generate the source with no errors then i go to visual studios and i change from debug to release and i compile on 64 bites i compile with 0 errors and 18 warnings and they are all the same

C4005 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition (compiling source file C:\TrinityCore\src\common\Collision\DynamicTree.cp p) common C:\local\boost_1_59_0\boost\asio\detail\config.hpp 227

and i finish the compilation with Build: 22 succeeded, 0 failed, 0 up-to-date, 1 skipped and on my bin folder i only have auth/world exe and conf.dist and the extractors there aren´t any dll files can some one help me thanks in advance!
 

MrPixelMC

Member
IIRC you need to move the DLL manually, it's here (scroll down almost to the end of the page).
Quoting from the page:

There are a few DLLs that needs to be manually added to this folder, and you need to copy them over from the following installation/bin directories:



libmySQL.dll - C:\Program Files\MySQL\MySQL Server 5.x\lib
libeay32.dll, ssleay32.dll - C:\OpenSSL-Win32\bin
 
Top