I followed the start-up guide in boost library and was able to use the library in a static-linked form, i.e., use .lib version of library files. I did this just by adding the path to the library to Additional Library Directories in Visual Studio 2010.
I am wondering how I can use the DLL version of the library. In Visual Studio, everything seems quite automated. Is there any simple configuration allows me to do that? Or do I need to change my code? Maybe add some macro?
Thanks