fatal error LNK1104: cannot open file “mfc42u.lib”
solution:
Hello.
I think the mfc42u.lib is referring to the
Unicode release version of MFC library, which you
won’t have unless you are on Windows NT.
Try going to Build menu, select “Set Active Configuration…”, and then select the
“Win32 – Debug” configuration. Then rebuild
your project.
I’ve encountered this problem also when trying
to build projects from sample dsps in various
books.
Steve