Is there a guide or best practice to follow when updating depthai-core versions?
Specifically, I have a Visual Studio dll project that leverages depthai-core among other dlls and I made my source edits to ensure a proper build. However, once my GUI application runs and tries to leverage my custom dll (which again uses depthai-core among others) it crashes saying it can't find my custom dll (though I know the path is correct and the only change is the depthai-core update).
I haven't had time to debug deeper yet so I thought I'd ask if there is a guide or best practice for this? I'm updating from v2.24.0 to v2.29.0 and if I recall correctly, the last time I updated to v2.24.0 I had to to use DependenciesGUI to help determine the missing dependencies.
Is there a better way? Any tips?