• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Compile errors

hucke.ducke

Tibia the real rpg. <3
Joined
Jul 28, 2019
Messages
37
Reaction score
1
Location
Chile
Hello guys,

Im doing my first compile in TFS 1.2 using Visual Studio 2019 and im getting this two errors:
Anyone know how to fix it ? I dont know anything about compile. Thanks

Severity Code Description Project File Line Suppression State
Error C2664 'void std::_Normal_allocator_traits<_Alloc>::destroy<_Ty>(_Alloc &,_Ty *)': cannot convert argument 1 from '_Alloc' to '_Alloc &' theforgottenserver C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\include\memory 1578

----------------------------------------------------------------------------------------------------------------------------
Severity Code Description Project File Line Suppression State
Warning C4244 'argument': conversion from 'double' to 'T', possible loss of data theforgottenserver C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\include\xtgmath.h 24

------------------------------------------------------------------------------------------------------------------------------------
 
Solution
Back
Top