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!

UGG How to build in visual studio 2010

Newbie Spellweaver
Joined
Jun 30, 2015
Messages
14
Reaction score
0
Yes i thinking having source code someone can help me compile UGGunz Source i getting this errors



CSCommon\Include\stdafx.h(14): fatal error C1083: Cannot open include file: 'afxdb.h': No such file or directory
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Upvote 0
Experienced Elementalist
Joined
May 6, 2008
Messages
230
Reaction score
52
'afxdb.h' is part of the Microsoft Foundation Class Library (MFC). Visual Studio 2003 thru 2012 only offers this library in the professional license.
You would need to obtain a Professional License for Visual Studio or make the source compliant with VC++ 2013+, which would allow you to use a free community edition of Visual Studio that includes the MFC Library.
 
Upvote 0
Back
Top