• 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 Error While Compiling Any Source With MSVC (8.60 - 1.0)

XTreamRulex

New Member
Joined
Oct 1, 2013
Messages
27
Reaction score
2
Listen To Me Guys
I have Microsoft Visual Studio Ultimate 2013
I Tried Those all Tutorials
Vittyn Tutorial
I Downloaded only Libs and openSSL cuz I already have MSVC
and I got a lot of error
Then tried this Tutorial
Ub Kenobi Tutorial
Still Errors :D
then I tried this Tutorial
UpInSmoke Tutorial

I downloaded his VC library :D
but always failed :(

anyway when I start any project I got this msg :)
Code:
1>------ Rebuild All started: Project: TheOTXServer (Visual Studio 2010), Configuration: Release x64 ------
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets(48,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 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 "Upgrade Solution...".
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

so the problem is I have compiler V120 and he need V100
so I upgrade the source
and rescanned solution ...

and still failed

what does this mean?
Code:
1> Unknown compiler version - please run the configure tests and report the results

tell me should I use MSVC 2012? or the problem not in my Compiler?
 
Back
Top