02-20-2006 11:55 AM
02-20-2006 11:58 AM
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