Compilation errors [solved]

Thank you, David. I now have a working VS2010 compile, and the tutorial programs all worked.
This was 1.7.1, not CVS HEAD.

As promised, here’s the rest of the changes needed:

back_inserter not found

Solution by you here in the forums. Many files affected.

blabla.dll.manifest not found

This link hints that manifest files aren’t needed anymore, so that’s why they aren’t created, and therefore shouldn’t be processed with ‘mtcmd’.

cannot convert between int and MemoryInfo *

According to this NULL should be replaced with nullptr in these cases.
Affected files:
panda\src\display\graphicsEngine.cxx
panda\src\express\memoryUsage.cxx
panda\src\putil\bamReader.cxx

Conflicting values for _ITERATOR_DEBUG_LEVEL

This link and
this link tells us about this new define.

These files:
direct/src/dcparser/dcLexer.lxx
pandatool/src/vrml/vrmlLexer.lxx
pandatool/src/xfile/xLexer.lxx
also need that lexer fix.