I'm making a library for my games and it uses std::vectors and whatnot. I keep reading that if the DLL is linked against another version of the runtime that doesn't match the other modules using it and it returns a std:: object, it will cause the program to crash.
Thanks