hi, Im using Visual Studio 2015 C++ and trying to include 2 libraries(curl, and secp256k1) installed from nuget, into my project.
but trying to use any functions from the library results in a unresolved external symbol error, which i assume is because
my project is only including the header declarations and not the actual definitions, so how do i get VS to include the declarations into
my project?
but trying to use any functions from the library results in a unresolved external symbol error, which i assume is because
my project is only including the header declarations and not the actual definitions, so how do i get VS to include the declarations into
my project?