In my project I have a .net core 3.1 C# app and an unmanaged C++ dll. From the C++ dll I want to implement a callback. The callback works only once, then I get the error 'Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call'.
Thanks for any hints

