I have a C++ project in x64 release mode (developed with VS2015) that I'm trying to run it from another machine. However, the program failed to run, and according to dependency walker, it seems missing API-MS-WIN-SERVICE-PRIVATE-L1-1-1.DLL
.
According to another post Missing Dll in dependency walker, it seems to be false alarm. However, I still couldn't ignore it and get my .exe working on another computer.
Do I need to make changes to my project configurations? If so, what kind of change could fix this?