It is possible to find which toolbox installed a given file?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everyone,
I have a mex library that is linking (indirectly) the SDL2.dll library (https://www.libsdl.org/). If I try the mex library with a simple MATLAB/Simulink installation, everything works fine, but one user reported problems with an installation with almost all toolbox installed (version R2021b), as it seems that some toolbox is installing a vendored SDL2.dll in C:\Program Files\MATLAB\R2021b\bin\win64\SDL2.dll .
However, I do not know which toolbox installed this SDL2.dll file in that directory, there is some way to check which toolbox installed the SDL2.dll there? Thanks a lot in advance.
댓글 수: 0
답변 (1개)
Kausthub
2023년 12월 28일
Hi Silvio,
I understand that you would like to know a way to find which toolbox installed a given DLL file. I believe this can be achieved using the Dependency Walker:
Here is an article by MathWorks Support Team on “How do I determine which libraries my MEX-file or stand-alone application requires?” which might be helpful:
Hope it helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!