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 ideas whats causeing this?

Newbie Spellweaver
Joined
Jan 22, 2015
Messages
12
Reaction score
0
Im new to this all
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jun 14, 2015
Messages
123
Reaction score
20
CrashRptLIB.lib was built with Visual Studio 2012 whereas you're trying to build MatchServer with Visual Studio 2015, which are incompatible. I'm not sure what CrashRptLIB.lib is for, but you should either:

1) Rebuild CrashRptLIB.lib with VS2015 instead
2) Remove CrashRptLIB.lib from the project
3) Build MatchServer with VS2012 instead
 
Upvote 0
Back
Top