Cannot Open File atls.lib

前端 未结 7 2275
夕颜
夕颜 2021-02-15 13:23

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/

7条回答
  •  天涯浪人
    2021-02-15 13:35

    It seems that the library directory has not been added. In Project Properties, Linker, General options, add the directory where atls.lib resides to the Additional Library Directories field.

提交回复
热议问题