The solution to DLL hell is hellish
Wednesday, March 7th, 2007
Recently I started develop things using Visual Studio 2005 SP1 (a.k.a. VS8 SP1). The biggest change of VS8 is that the CRT library is now deployed in WinSxS so that the DLL hell problem related to CRT could be solved, as suggested in Martyn Lovell’s blog.
As a result, VC linker will auto generate appropriate [...]