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.
|