Cannot Open File atls.lib

前端 未结 7 928
无人及你
无人及你 2021-02-15 13:16

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:53

    In my case the problem was missing ATL/MFC libraries for x64, I had to add them in the Visual Studio installer (it was an open source project, so I wasn't aware of the requirement).

    Once again, the invaluable procmon did the job:
    While atls.lib was found under $(VCInstallDir)atlmfc\lib the linker looked in $(VCInstallDir)atlmfc\lib\amd64.

提交回复
热议问题