I have a DLL called libscvpcli.dll, both x64 and x32 versions. When I try to import functions from this dll, I get the error message "Unable to load DLL 'libscvpcli.dll': The specified module could not be found." I have tried changing the target platform on my program from x86 to x64, as well as swapping between the x64 version and the x32 version, but nothing worked.
I tried downloading all Visual Studio Redistributables up to the 2015-2019 one, but that didn't work either.
I used Dependency Walker to check the dependencies of the DLL and it appears I am missing a few.
Here is a picture of what I get when using Dependency Walker