• 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!

C++ Compiling TFS 1.3 and No such files or directory

Eduardo170

Well-Known Member
Joined
Jan 7, 2014
Messages
422
Solutions
3
Reaction score
66
Location
Caracas, Venezuela
I trying to compile TFS 1.3, but somes errors or things happen
I dont speak so much english.

I have: Microsoft Visual Community 2019
fD6BoLC.png

A6GhHjC.png
9ugcyxO.png
 

Attachments

forgottenserver uses vcpkg not the old style of linking libs. Switch to vcpkg tutorial
 
I deleted everything and followed the guide. I only get this and it compiled, but my exe doesn't work.

I got very far.
Code:
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\xtgmath.h(22,70): warning C4244:  'argument': conversion from 'double' to 'T', possible loss of data
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\xtgmath.h(22,70): warning C4244:         with
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\xtgmath.h(22,70): warning C4244:         [
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\xtgmath.h(22,70): warning C4244:             T=uint32_t
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\xtgmath.h(22,70): warning C4244:         ] (compiling source file ..\src\networkmessage.cpp)
update:
8LyW9JL.png


to
pJ1FY1o.png


4A0sh7k.jpg
 
Last edited:
Back
Top