View Single Post
  #7  
Old 05-23-2011, 01:26 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Well, you can get it to compile in VC++ 2008 if you want to, although if the desire is for people to switch to 2010 the solution and project files should be updated to reflect that.

Comment out or remove #include <stdint.h> in QuestInterface.h and QuestParserCollection.h

Add typedef unsigned int uint32_t; to types.h

Add QuestParserCollection.cpp to the zone project.

That will make it work until there's an official fix or a switch to VC++ 2010 is made.
Reply With Quote