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

Visual Studio

Joriku

Working in the mines, need something?
Premium User
Joined
Jul 16, 2016
Messages
1,140
Solutions
15
Reaction score
431
Location
Sweden
Is there any other programs like Visual Studio?
Reason:
Licens ran out
 
You most likely ran out of custom feature license. uninstall the addon. done deal.
 
I have question related to Visual Studio. If I compile OTC with VS it is legal to publish it? Without any license?
 
So i tried to compile with visual studio 2017 but this shows up
1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------
1>otpch.cpp
1>c:\users\abbaso\desktop\maintence\src\otpch.h(43): fatal error C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory
1>Done building project "theforgottenserver.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
how do i get visual studio 2015 update 3? (Yes, i've been googling but 0 results)
 
project->forgottenserver properties->c/c++->additional include directories->add C:\local\boost_1_62_0\boost
you can compile just fine with vs2017
 
project->forgottenserver properties->c/c++->additional include directories->add C:\local\boost_1_62_0\boost
you can compile just fine with vs2017
Thanks alot!
 
Back
Top