$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Martínez (br1_at_[hidden])
Date: 2005-10-08 03:53:08
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