mongoclientd.lib(connpool.obj) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
I tried to change the Target machine to "not set" in project properties->configuration properties->linker->advanced and that didn't make any difference...
Any other suggestions?
mongoclientd.lib(connpool.obj) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
in one and
mongoclientd.lib(oid.obj) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
in the second one. The second project is dependent on the first.