Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

V120 error.

Newbie Spellweaver
Joined
Oct 8, 2020
Messages
68
Reaction score
2
Does anyone know install visual studio 2013 extension - windows xp (v120) in visual studio 2017

 
Newbie Spellweaver
Joined
Oct 8, 2020
Messages
68
Reaction score
2
@xdividex,I already tried to compile in visual studio 2019 and I keep getting the same error, how could i solve it?
 
Upvote 0
Newbie Spellweaver
Joined
Aug 22, 2016
Messages
73
Reaction score
22
Show us the error you're getting, we are happy to help.

I also recommend you use VS2019 instead of VS2017 with VS2013 extenstion
 
Upvote 0
Junior Spellweaver
Joined
Feb 2, 2012
Messages
160
Reaction score
56
@xdividex,I already tried to compile in visual studio 2019 and I keep getting the same error, how could i solve it?

We need an Error log to help you. Nearly all the errors for 2019 are as follows:

stdafx.h has PVOID64 error.
winnt.h version is too low.
and a bunch of missing int i; throughout the various codeworks.
 
Upvote 0
Back
Top