I try to run app on Windows 10 PC. The app depends on oleaut32.dll - but it seems oleaut32.dll itself misses some deps:
Some of them for ex. api-ms-win-core-wow64-l1-1-0.dll
are present in system folder. But for example. api-ms-win-core-wow64-l1-1-1.dll
is missing at all.
I tried to fix with sfc /scannow
but without luck. What can be the solution? Download missing DLLs and place in system32 folder?