stereolabs / zed-multi-camera

ZED SDK sample with multiple ZEDs
https://www.stereolabs.com/developers/
52 stars 23 forks source link

Crash due to std::vector implementation mismatch - VS2015 #11

Closed mbechard closed 2 years ago

mbechard commented 3 years ago

This example crashes in debug builds using VS2015 since the implementation of std::vector for debug differs from the version used by the release CRT used by the sl_zed64.dll. Ideally the public API should not be using STL containers unless you ship with both debug and release binaries. Thanks

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days