Community Profile

photo

Anatoly Khamukhin


Last seen: 4 years ago Active since 2018

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
MatLab C++ Shared Dll library initialization problem
The same problem (Matlab2017 + VS 2015) for me. Probably there is some conflict with java used by MATLAB. I've fixed it by ...

6 years ago | 2

Answered
Trying to initialize matlab shared library in visual studio gives access violation
Call const char *args[] = {"-nojvm"}; const int count = sizeof(args) / sizeof(args[0]); mclInitializeApplication(args...

6 years ago | 0

Answered
MatLab C++ Shared Dll library initialization problem
Problem is in usage of java in MATLAB. Call const char *args[] = {"-nojvm"}; const int count = sizeof(args) / sizeof(...

6 years ago | 3