--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/8cddce00-79ad-4a4a-8c5b-83ddeb7186c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Vlad -Both the C and C++ driver should work just fine in 32-bit mode. Run cmake -G "Visual Studio 14 2015" or similar as appropriate for your intended toolchain inside the "x64 x86 Cross Cools Command Prompt" associated with your intended toolchain. Then you can use msbuild.exe to build first the C driver, and then the C++ driver against the C driver, as per the individual instructions for building those drivers on windows:Thanks,Andrew
On Mon, Jun 11, 2018 at 11:46 AM, Vladimir Rudiakov <rudj...@gmail.com> wrote:
Hi Group,I have x64 windows with 64 bit MongoDB 3.2.7 installed.And I need 32 bit c++ driver for my windows program(32 bit).Could someone help me to find driver or way to compile mongocxx and/or mongo-c-driver in 32 bit?Maybe some previous versions?Best Regards,Vlad.
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.