LINK : fatal error LNK1104: cannot open file 'libcimtd.lib'
-
Tuesday, December 13, 2011 1:26 PM
Hi,
I am currently trying to migrate my project from Visual C++ 6.0 to VS2008. While trying to build my solution, i get this error
"LINK : fatal error LNK1104: cannot open file 'libcimtd.lib'".
Though I do not have any references to the old header files now and replaced all(possibly all) of them by standard C++ header files usage in my code, still I am getting this error. Also when I try to use "Ignore all default libraries" option(by setting it to yes), I get a whole lot of errors(9K+). I guess I am missing on either some additional library dependencies or on excluding some existing library dependencies.
Currently my "Additional Dependencies" have this listing:
delayimp.lib
winmm.lib
vfw32.lib
nafxcwd.lib
libcpmtd.lib
vce_tools.lib
vceancb.lib
Ws2_32.liband "Ignore Specific Library" has this listing:
libcd.lib
nafxcw.lib
libcmtd.lib.
Can anyone suggest what could be wrong here? Kindly provide your suggestions.
All Replies
-
Tuesday, December 13, 2011 9:32 PM
Can you please check the following link
http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/3a2befb3-91d6-4d99-a25c-39d496dede87
Thanks and Regards Selvam http://www15.brinkster.com/selvamselvam/- Marked As Answer by Rob PanModerator Monday, December 19, 2011 8:45 AM

