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
Post a Comment