When version VC++ 6.0 application is converted to VC++ 2008, there are LINK2001 / LNK2019 linkage errors.
But the same code compiled and linked and runs without any problem in VC++ 6.0
How can I resolve this?
Looks like your project is depending on another external library. In VC6, you set the paths properly from Options/Settings, but you missed that in VC2008. That's just a wild guess though..