EEFileLoadException when using C# classes in C++(win32 app)

前端 未结 6 835
闹比i
闹比i 2020-12-05 13:25

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

6条回答
  •  Happy的楠姐
    2020-12-05 14:23

    The first issue is to make sure the Debugger type is set to mixed. Then you get useful exceptions.

提交回复
热议问题