
25 Dec
2008
25 Dec
'08
11:48 a.m.
Question: How could I modify the project settings and make it link to 'libboost_thread-vc80-mt-gd-1_35.lib'?
Your project then must link dynamically CRT etc. Go to "Project Options"-->"Configuration properties"-->C/C++-->Code generation, set Runtime library to be mutlithreaded debug dll. If you use MFC/ATL, you have to link them dynamically as well (Configuration properties-->General).