3 Dec
2010
3 Dec
'10
12:06 a.m.
why is it looking for boost_unit_test_framework-vc90-mt-1_45.lib when i requested
1. non-tagged filenames 2. non-thread-safe libraries
As for (2), you probably compile you project with multi-threaded CRT (/MT flag, look at "Code generation" page of the project options).