Community Profile

photo

Anatoly Khamukhin


Last seen: 約4年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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年 前 | 2

回答済み
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年 前 | 0

回答済み
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年 前 | 3