I am trying to resolve .dll dependencies for an executable with Dependency Walker. I am currently getting the missing .dll in the following form:
API-MS-WIN -XXX
EXT-MS-WIN -XXX
For example:
API-MS-WIN-APPMODEL-IDENTITY-L1-2-0.DLL API-MS-WIN-APPMODEL-RUNTIME-INTERNAL-L1-1-0.DLL API-MS-WIN-BASE-UTIL-L1-1-0.DLL API-MS-WIN-CORE-APIQUERY-L1-1-0.DLL EXT-MS-WIN-RTCORE-NTUSER-SYSCOLORS-L1-1-0.DLL
Does anyone have any ideas on how to fix them? Any help would be greatly appreciated!
Additional information: I compiled the executable file using Visual Studio 2013. The most interesting thing is that during compilation I did not receive errors. However, I cannot start it due to the lack of dependencies. I also added a screenshot of the dependent walker:

Update 1:. As an attempt to solve the problem, I tried to add a path for the libraries that VS used at compile time for the PATH environment variable without any luck (Dependency Walker still shows unresolved dependencies).
windows dll visual-studio-2013 dependencies dependency-walker
Batyr N. Mar 26 '16 at 19:58 2016-03-26 19:58
source share