I am trying to find out the dependency of my C++ project. I have both .dll and .so file for that project.
I am trying to use dependency walker to find out the dependency. I think that I have already set up the correct search path. However, it still gives errors:
API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL: error opening file the system cannot find the file specified
and similar error for other files:
API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
API-MS-WIN-SHCORE-SCALING-L1-1-1.DLL
DCOMP.DLL
GPSVC.DLL
IESHIMS.DLL
I searched for these .dll files and these are not even on my computer. Could someone please help me?
Could someone suggest alternative to dependency walker?