Our company has a native x64 .DLL that links now to the OR Tools .LIB files. We're using this .DLL through C# interop in a FROM mcr.microsoft.com/windows/servercore:ltsc2019
Windows container. I did clear the hurdle that the .DLL could not load the dependencies in the list below:
- msvcp140.dll
- vcruntime140.dll
- vcruntime140_1.dll
What I experience now is that the program freezes after calling into the OR libraries. What else do I need in order to be able to use the OR Tools in this scenario? Watching ProcMon observing a non-containerized instance of the application running, I notice quite a bit of TCP communication going on; do I need to open the 58656 port on the container? Any other hurdle that people may have encountered?
There are zero communications in the or-tools code. So it comes from something else.