Details
Description
I compiled Libbson, Mongo C and C++ successful on Windows 10 64bit using CMake and MSBuild. I also compiled a sample test program which also compiles fine. When trying to run the test program I get an error message
The ordinal 4694 could not be located in the dynamic library libmongoc-1.0.dll.
|
I could not figure out what exactly the problem is even after asking several times in Stackoverflow.
My CMake, test C++ files and the Python script I'm using for compilation are attached.