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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jmasterx

Pages: [1]
1
General discussions / 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

Pages: [1]