MSVC8 and debugging (msvcrt.lib problem)

Hello.

Using MSVC8, I am unable to compile my programs in debug mode if I use certain
STL functions with SDL. I get the “Unresolved External Symbol” error referred to
in the FAQ, but if I switch from “Multi-threaded Debug DLL” to “Multithreaded
DLL” in the C++/code generation tab, the program obviously gets built without
debug symbols which the linker then cannot accept, resulting in other unresolved
external symbols.

Is there a way to link SDL programs on MSVC8 using the debug settings or do I
have to do release builds during development?