unresolved external symbol using curl NuGet

你。 提交于 2019-12-24 07:15:04

问题


environment:

microsoft visual studio 2017
NuGet package manager
C++ project

workflow:

  1. I added curl using NuGet
  2. I attempted to compile my project
  3. it throws 8 linker errors "unresolved external symbol"

project structure:

 root  
   -> packages  

   ----> curl.7.30.0.2  
   -------->  build     
   -------->  tools  

   ----> curl.redist.7.30.0.2  
   -------->  build

   ----> libssh2.1.4.3.1  

(this is not the entire directory structure, the point is there seems to be a lot of choice with regards to which curl dll I could add to the environment.)

Any ideas on how to get this working?

来源:https://stackoverflow.com/questions/44388168/unresolved-external-symbol-using-curl-nuget

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!