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

TFS 1.X+ I Can't Compiling TFS 1.0-1.2

Solution
You can keep using VS2019 but you'll have to use older platform toolset.
Visual Studio 2015 (v140) or Visual Studio 2017 (v141)
And still you didn't post any compiling errors or useful information.
"I can't compile" tells us nothing, Why are you using Visual Studio 2019?
Note: since 2018-06-17 the theforgottenserver.sln MSVS project file is no longer configured for use with TFS SDK. Please follow Compiling on Windows (with vcpkg) instead. The following tutorial applies to all versions until and including TFS 1.2 and master branch until commit bcb86ea.
1. Download the required software
To compile The Forgotten Server on Windows, you will need:

Note: Up until TFS 1.2 OR in master branch until 2017-12-31 you need the following instead:

Just use the correct Visual Studio, Boost C++ and SDK version then try compiling and when you get any error post it here so we can tell you why exactly you can't compile.
 
"I can't compile" tells us nothing, Why are you using Visual Studio 2019?

Just use the correct Visual Studio, Boost C++ and SDK version then try compiling and when you get any error post it here so we can tell you why exactly you can't compile.

About the first question, I use Visual Studio 2019 because the TFS 1.3, as is the most recently, I followed the steps to compile it.

I downloaded all boost and SDK, I thought that the Visual Studio 2019 have the same options that 2015/2017 in tutorial, I would compiled it.

But, thanks to answer my friend.
 
You can keep using VS2019 but you'll have to use older platform toolset.
Visual Studio 2015 (v140) or Visual Studio 2017 (v141)
And still you didn't post any compiling errors or useful information.
 
Solution
You can keep using VS2019 but you'll have to use older platform toolset.
Visual Studio 2015 (v140) or Visual Studio 2017 (v141)
And still you didn't post any compiling errors or useful information.

I installed today Visual Studio 2017, I followed all steps on Otland Github Windows Tutorial, and I added all directories and linkers, but when I compile, generate this error:

error MSB8020: The build tools for v142 (Platform Toolset = 'v142') cannot be found. To build using the v142 build tools, please install v142 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".
 
Have you tried doing what it tells you? Right click on the solution and Retarget solution or you tried and the error still shows?
 
Have you tried doing what it tells you? Right click on the solution and Retarget solution or you tried and the error still shows?

Yes, but I figured out the problem, it was the version tools was 14.2 and appeared like don't installed, I putted 14.1 and works! Thanks my friend!
 
Back
Top