Unexpected Stackoverflow exception using CLR in a dll
问题 I have a software that accepts a C dll as plugin. The dll export two functions: init and quit. To test how the plugin works, I wrote three projects after the NativeWrapper concept: a managed library in C++ (dll), a native wrapper in C++ (also dll, that exports the init and quit functions) and a C++ test program. For now I am just testing the init function. All these are built and run inside VS 2013 without any issue. However, When I plug the two dlls in with the said software, it stops