c++ - Issues with including headers from static library -


i may missing something, i'm trying include mongodb c++ driver library build dll project. i'm trying follow this guide

i've tried including folder in configuration properties->linker->general->additional library directories, , .lib file in linker->input->additional dependencies. i've added /mt command-line option.

now here comes problem - how use files? use #include "mongo/client/dbclient.h", because doesn't seem work (cannot open source file). can't find of helpful documentation on subject.

any ideas?


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -