These belong to two different families of libaries. libcpd.lib is a static version of the Standard C++ Library implementation, single threaded. libcmtd.lib is the multithreaded static libary for the C Runtime library.
Replace libcpd.lib with libcpmtd.lib.
VS 2005 does not support single threaded variants of these libraries anymore.
Brian