I'm trying to use LevelDB with C++, so I put all the headers from the include directory in my project like this:
I use this code, but the compiler returns 3 LNK2019 errors:
So I tried to add the .lib file in the link editor, but I'm still getting the error:
EDIT : Also tried this