6 Dec
2016
6 Dec
'16
9:29 p.m.
, I have a number of static libraries (libboost_...-mt-1_62.lib) in the lib directory. Specifically:
- system - chrono - timer - unit_test_framework - test_exec_monitor - exception
The first four also exist as the DLLs I expected to get. As far as I recall you need .lib file to accompany dynamic library (.dll) in order to link you code against .dll in compile time - this is not a static library, it only contains declarations needed by the
On 06.12.2016 21:59, Christian Ullrich wrote: linker. You don't need them to just run a program that loads .dll. But then again, I'm no expert in MS and of course may be wrong. Cheers, Leon