For deployment reasons, I am trying to use IJW to wrap a C# assembly in C++ instead of using a COM Callable Wrapper.
I\'ve done it on other projects, but on this o
The first issue is to make sure the Debugger type is set to mixed. Then you get useful exceptions.