hello everyone!
I have written a .m file in Matlab M-Editor and compile it into c shared library by using mcc......and then I add it into my VC project, it works well. However, when I compile it into cpp library, when I invoke **libInitialize()in my VC project, I am warned that MSVCR71.dll has...