I am struggling to get the C driver working under Windows
Please could you point me toward the latest version of the following page
http://mongoc.org/libmongoc/current/tutorial.htmlin particular the Windows compilation:
C:\> cl.exe /IC:\mongo-c-driver\include\libbson-1.0 /IC:\mongo-c-driver\include\libmongoc-1.0 connect.c
which just throws up an interminable series of missing file (first of all .h files, then .lib files)
I am using Windows 7 32 bit and I have VS2015 installed.
Thanks.