Windows

Loading Microsoft C/C++ DLLs in Windows Containers
|

Loading Microsoft C/C++ DLLs in Windows Containers

In the past few days, I have been working with Windows containers, and I have been facing issues with loading certain DLLs in these containers from my applications. It has been the classic “It works on my machine” problem, meaning it has been working without any issues on my host Windows machine. However, when running…