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

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -