필터 지우기
필터 지우기

It is possible to find which toolbox installed a given file?

조회 수: 4 (최근 30일)
Silvio Traversaro
Silvio Traversaro 2022년 5월 2일
답변: Kausthub 2023년 12월 28일
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.

답변 (1개)

Kausthub
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!

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by