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!