Hello,
I am building my custom project using both Release and Debug modes. In Release mode, it opens up without any errors.
But in Debug mode, the function SetChronoDataPath(CHRONO_DATA_DIR); returns a 'std::length_error at memory location' .
I have placed the chrono dlls (built in Debug mode) in the exe directory but the problem persists. I read up on a
blog which suggested different libraries exist for debug mode.
Also, a seperate issue I'm facing is numerous warnings of C2451 'xyz class needs to have dll-interface to be used by clients of class abc'. Is the issue due to dlls not being able to locate the export libraries? What would be the fix for it?
Attaching a snippet of one of the warnings