There is a project that uses CefSharp . For this library to work correctly, you need c ++ redistributable . I have it installed. However, if this project is dropped to another person, then the program does not run for him, writes that the CefSharp library was not found . Even after installing c ++ redistributable a person does not have a program. However, if he installs VS , then everything starts to work correctly.
I read that the dynamic library should be converted to a static a la:
Configuration Properties -> C\C++ -> Code Generation But I did not find such a function in VS2015 . What could be the problem?