8 Oct
2005
8 Oct
'05
8:53 a.m.
Hi. I have a project that uses boost.threads and sdl, under vc7.1. Because of sdl, I have to link with the non-debug multi threaded dll version of the runtime libraries, even on debug builds. However, autolinking picks the debug version of boost.threads so I get conflicts. Is it right to disable autolinking and force a non debug version of boost.threads? Any ohter idea? Thanks, Bruno