DLL References in Visual C++

后端 未结 3 1003
心在旅途
心在旅途 2020-11-29 19:44

I have had C++ experience but not MSVC.

What I am trying to do is incorporate a .dll from an open source project into my project. The code is available and I have bu

3条回答
  •  迷失自我
    2020-11-29 20:01

    You mention adding the additional include directory (C/C++|General) and additional lib dependency (Linker|Input), but have you also added the additional library directory (Linker|General)?

    Including a sample error message might also help people answer the question since it's not even clear if the error is during compilation or linking.

提交回复
热议问题