I'm writing code in C++ using Visual Studio (2017) and trying to use functions from a 3rd party library.
I have been told that "[library] doesn't provide a linker library, so you need to resolve the functions at runtime, not at compile time".
How can this be done in Visual Studio?
Thanks
Edit: obviously I tried googling but all that came up were suggestions for fixing compilation and runtime errors