I have no experience with Windows, just Linux. I'm trying to compile a project that comes as a Visual Studio project. Simply opening the project and building goes ok, but when I run, Windows tells me that it couldn't find some .dll that comes with the project but are outside the Visual Studio project folder. It also comes with .lib files with the same name.
Should I link these lib files in the build process? I guess no, because if I should do this, then it would be included in the Visual Studio Project already.
Can I install them then? Or can I instruct my executable where to find them when I run?