Problem using loadlibrary in R2023B Update 7 and VS 2022 v17.9

조회 수: 10 (최근 30일)
I just updated my VS 2022 Enterprise from version 17.8 to 17.9.0 and I am having a problem using loadlibrary. It cannot find C header files and runtime libraries, possibly due to 17.9 shipping with a new MSVC version 14.39.33519 instead of the 14.38 version that comes with 17.8. How do I retarget loadlibrary to use the new version?
  댓글 수: 2
Benjamin Thompson
Benjamin Thompson 2024년 5월 21일
So if you run mex -setup and click on the Visual C++ 2022 link, nothing seems to happen if you had already setup mex with VS 2022. But then you have a problem if you upgrade VS 2022, how do you get mex to update its path information?

댓글을 달려면 로그인하십시오.

채택된 답변

Benjamin Thompson
Benjamin Thompson 2024년 5월 28일
I found that this works, and confirmed with Mathworks support that it is a recommended workaround for the situation where you update Visual Studio and the mex tool cannot detect that path changes are necessary. The command "prefdir' in MATLAB will give you the path name for where MATLAB stores these preferences. Go there and delete the mex_C*.xml files. Then run "mex -setup C" and "mex -setup C++" again to regenerate those XML files.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

태그

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by