Hello guys. I need help.
I am working on a project that has been coded, long time ago, using VC++ 6.0 on Windows XP operating system. Now I am upgrading it to VC++ 2010.
One of the applications gives an error" cannot open mfc42d.lib". I checked all the libraries. They all have been built in VC++ 2010, so no need to link to mfc42d.lib. But there is one library that I have no idea about which ispsapi.lib. I didnt find the source code, so it has been downloaded from somewhere or a part of the visual studio libraries.
I am trying to figure out where it came from and what the equivalent library is, if any, in VC++ 2010.
Is there anyway to know where a certain library is accessed?
Thank you in advance,