Compiling February 2008 problems/solutions

Moderator: MacroQuest Developers

wardave
a ghoul
a ghoul
Posts: 120
Joined: Sun Jan 25, 2004 4:38 am

Compiling February 2008 problems/solutions

Post by wardave » Mon Feb 18, 2008 4:17 pm

I was having a lot of problems getting ISXEQ compiled, so I figured I'd post the solution that I found.

Problem:
You download and follow the standard procedures found in the wikis. When you go to compile, you get about 400 something errors in LSSTLTypes.h.

Solution:
1) Don't use ISXEQ-VS2005.sln. Open and convert ISXEQ.sln.
2) Remove ISXEQLegacy from the solution. Apparently it is outdated.
3) Build only the ISXEQ solution first. Don't try to do the whole thing at once.
4) Build the rest.

That's what did it for me. I'd like to give a shout out to Red_ on IRC for his help.