I have a 3rd party library containing a .lib file and a dll. My
understanding is that the .lib is used at link time and the dll at run
time, is this correct?
I know how to add the .lib to my project, but how does the application
know it needs the dll? And where do I put it in the directory structure?
Thanks