SFML community forums

General => General discussions => Topic started by: Jhonmicky on August 24, 2019, 12:05:37 pm

Title: HOW DOES SFML USE STD:: WITH DLL?
Post by: Jhonmicky on August 24, 2019, 12:05:37 pm
Hello everyone,,
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
Title: Re: HOW DOES SFML USE STD:: WITH DLL?
Post by: Laurent on August 24, 2019, 01:11:20 pm
Yes, and it's the same for SFML. If that was your question (I see none in your post).