I find very useful, for common debugging of C++ apps, to build in Release mode (/MD) but with debugging infos (/Zi) and removing optimization (/Od). With this flags I'm able to debug my app but I don't need to link against Debug libraries.<div>
<br></div><div>giovanni</div>