Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: HOW DOES SFML USE STD:: WITH DLL?  (Read 2083 times)

0 Members and 1 Guest are viewing this topic.

Jhonmicky

  • Newbie
  • *
  • Posts: 1
    • View Profile
HOW DOES SFML USE STD:: WITH DLL?
« 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
« Last Edit: November 09, 2019, 10:46:47 am by Laurent »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: HOW DOES SFML USE STD:: WITH DLL?
« Reply #1 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).
Laurent Gomila - SFML developer

 

anything