I am trying to compile JRTPLIB in Visual Studio 2010 on windows 7. It\'s been a true nightmare... but I\'m atleast narrowing down the problems.
This is left.
The solution:
Project Pages >> Configuration Properties >> C,C++ >> Preprocessor >> Preprocessor Definitions
Add _ITERATOR_DEBUG_LEVEL=0 in there worked. See also: How to set _ITERATOR_DEBUG_LEVEL in VS2010?
_ITERATOR_DEBUG_LEVEL=0