Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

C++ Visual Studio 2015 how to include nuget package in project

$
0
0
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?

Viewing all articles
Browse latest Browse all 3046

Trending Articles