After I compiled STLport, I have obtained three .dll in the bin direcotry: one is for release (stlport.5.2.dll), and the others are for debug (stlportd.5.2.dll and stlportstld.5.2.dll). I was wondering why there are two debug dlls there. Thanks!
Share
stlportstld*.dllis for the Debug Mode of STLport:stlportd*.dllis the debug version ofstlport*.dll, which doesn’t provide additional debugging facilities asstlportstld*.dlldoes (although it also can be “debugged”).You can also refer to
stl\config\_auto_link.hin the STLport package to see the difference among the binaries: