Page 1 of 1

Compiling February 2008 problems/solutions

Posted: Mon Feb 18, 2008 4:17 pm
by wardave
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.