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!

Any decent developer here know why these remaining error = / Visual studio 2010

Newbie Spellweaver
Joined
Sep 27, 2016
Messages
53
Reaction score
6
Converted to Vs 2010 please look at the screenshot can someone tell me why these errors won't go away?
PokemonGO - Any decent developer here know why these remaining error =  / Visual studio 2010 - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jun 14, 2015
Messages
123
Reaction score
20
re: MMatchDebug.h error: _set_security_error_handler was removed in later versions of MSVC. Just remove the code that uses it.

re: MMatchGlobal.h error: MMatchServerMode::MSM_NORMAL has a naming collision with POPUPSUBMENUSTATES::MSM_NORMAL in VSSTYLE.H. A solution-wide replacement of MSM_NORMAL with another name, like MSM_NORMAL_, should fix it.

re: MGridMap.h error: MRefCell::iterator is a dependent name (its qualified name is MGridMap<_T>::MRefCell::iterator, which is dependent on _T), so you need to : replace "MRefCell::iterator" with "typename MRefCell::iterator".
 
Upvote 0
Back
Top