Info

This question is closed. Reopen it to edit or answer.

I have problem in using dll in Visual Studio 2013

1 view (last 30 days)
Hyunsoo Kim
Hyunsoo Kim on 15 Jul 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
-m file
function PlotTestor(x1,x2)
plot(x1,x2);
Using above code i make dll file and i uses this dll file in Visual studio 2013. Visual studio setting for using matlab dll is perfect. When i run bug, there is error. Error: Local initialization failed in opccore with status code: 2
How can i fix this problem?
Thank for reading

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!