When building a C++ program using MATLAB Engine in Visual Studio, is it possible to specify -R2017b?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have set up Micosoft Visual Studio 2022 to build Matlab Engine applications. But it looks like by default is compiling for -R2018a instead of -2017b (which is the default option in the Matlab compiler). And that's making the Visual Studio compiler to throw LNK2019 and LNK1120 errors (unvresolved externals). Any idea on how to solve this problem?
댓글 수: 0
답변 (2개)
Benjamin Thompson
2024년 1월 21일
It seems like it should be possible, provided you can install Visual Studio 2017 Professional or Enterprise Edition:
Since Visual Studio 2022 was released much later than the final release of MATLAB R2017B, there is probably no way to make the two work together.
참고 항목
카테고리
Help Center 및 File Exchange에서 Call MATLAB from C에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!