barcamario
Automotive
- Aug 22, 2006
- 1
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 an access violation. How should I set the project setting while using C++ library?Thanks.
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 an access violation. How should I set the project setting while using C++ library?Thanks.