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

Author Topic: How does SFML use std:: with DLL?  (Read 1786 times)

0 Members and 1 Guest are viewing this topic.

jmasterx

  • Newbie
  • *
  • Posts: 1
    • View Profile
How does SFML use std:: with DLL?
« on: January 11, 2011, 05:50:50 am »
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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
How does SFML use std:: with DLL?
« Reply #1 on: January 11, 2011, 08:32:23 am »
Yes. What's your question/problem?
Laurent Gomila - SFML developer