COVESA / vsomeip

An implementation of Scalable service-Oriented MiddlewarE over IP
Mozilla Public License 2.0
1.01k stars 647 forks source link

fix dynamic_pointer_cast error #661

Open 007herelsp opened 1 month ago

007herelsp commented 1 month ago

dynamic_pointer_cast this issue where some objects return nullptr Created outside of the boundaries of the shared library. See below discuss for more details. https://github.com/android/ndk/issues/519 https://github.com/android/ndk/issues/533

fcmonteiro commented 1 month ago

Hello @007herelsp, Your changes are breaking the builds on ubuntu and windows. Can you check it? Thanks

007herelsp commented 1 month ago

Hello @fcmonteiro We have fixed the builds issue, please check it