I want to use a DLL build with the help of Conan/CMake (with the Visual Studio 2017 compiler). Unfortunatly it's impiossible to link the DLL with another projet without installing the Visual C++ redistribuables whereas it is possible with a DLL generated directly from Visual Studio 2017. I would like to find a way to generate a DLL that do not need any kind of new dependencies to work. Is there a solution ?
I already tried to modify the compiler's options : /MD, /MT, /MDd, /MTd, I tried to use the compiler option to take the runtime into account : /clr, /ZW I tried to use the linker option to take the runtime into account : /WINMD