Integrating matlab C++ sharelibrary code in visual studio 2010.I got the following error "First-chance exception at 0x000007fefdcf965d (KernelBase.dll) in Foo1.exe: Microsoft C++ exception: apiException at memory location 0x001bef80"
Show older comments
I download the code from the following matlab answer link http://www.mathworks.com/matlabcentral/answers/182851-how-do-i-integrate-my-c-shared-library-generated-from-matlab-r2013b-in-visual-studio-2013
Then i download Matlab runtime compiler 8.2 in Matworks website
Now i follow the same step which is mentioned in the abve link.
Afer that i debug the code i got the following error First-chance exception at 0x000007fefdcf965d (KernelBase.dll) in Foo1.exe: Microsoft C++ exception: apiException at memory location 0x001bef80 This is the wrapper function for that foo code

For integrating i use the above link. I got the following error in visualstudio 2010.

Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!