I have atls.lib in my hard drive, but I can't link it into my Visual Studio project. I know that atls.lib is an ATL specific library file, and I have all the ATL files/headers/libraries. However, I still can't link them.
LINK : fatal error LNK1104: cannot open file 'atls.lib'
Can anyone help a helpless programmer?
Thank you very much.

It seems that the library directory has not been added. In Project Properties, Linker, General options, add the directory where
atls.libresides to theAdditional Library Directoriesfield.