I'm trying to compile a project, but when I include a map object, it gives me a LNK2001 error. I've included the correct header file, but I don't know what the library is that I should be including.
I'm using Visual Studio 2008, and when I set "Ignore All Default Libraries" to "No" it will work, but having the properties set that way isn't an allowed option for the final outcome. I thought there would be some sort of all-STL library, but I have vectors and dequeues in my code, and they work fine. It's only when I add in a map object that the error shows up.
So, a friend had a similar problem, and the library I needed was msvcprt.lib .