Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between name.lib and nameD.lib

What's the difference between xxxx.lib files and xxxxD.lib files?
0 Kudos
Message 1 of 2
(3,323 Views)

The xxxD.lib are debug libraries. When you build an application in debug mode, the application is built with the xxxD.lib library. When you build an application in release mode, the application is built with the xxx.lib library.

- Elton

Message 2 of 2
(3,318 Views)