upgrading libcpd.lib to libcmtd.lib- gives linking errors.

while upgrading libcpd.lib to libcmtd.lib- gives linking errors.i.e. symbol not found errors.
[93 byte] By [Yash.cse] at [2007-12-20]
# 1

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

BrianKramer at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ General...