Search found 1 match

by JimmyMorris
Tue Oct 21, 2025 1:55 am
Forum: Motive
Topic: MotiveAPI 3.1.0 using std containers !!!
Replies: 4
Views: 567

Re: MotiveAPI 3.1.0 using std containers !!!

Excellent point — using STL types across module boundaries is definitely risky. I’ve run into similar ABI issues when mixing compilers or CRT settings. APIs should ideally use POD types or opaque handles to avoid this