I have two libraries: A and B. A is C++ library compiled with /Ehsc compiler switch, B is C++/CLI library (compiled with /Eha). When an exception is thrown in A and caught in B then the stack is not unwinded.
Version
Please wait...