Saturday, October 29, 2011

std::vector LNK2022

I was getting this error when trying to use a std::vector in visual c++ the solution ended up being to use the Multi-Threaded Debug DLL (/MDd) options under Properties -> C/C++ -> Code Generation.