Use boost auto-linking feature in MSVC or BORLAND.
That should finally solve the issues of static vs dynamic libraries conflicts that were arising when we tried to dynamically link boost DLLs but didn't do anything about auto-linking feature that wanted to link static libs. ATM I left the default static linking on due to some warnings about using non-DLL interfaced classes in classes that have DLL interfaces.
Please register or sign in to comment