Details
-
New Feature
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
Minor Change
Description
In order to implement the Delphi driver, it was necessary to add a __declspec(dllexport) macro to platform.h and prefix each function header with EXPORT. Some very small utility functions were added to enable the use of the DLL without knowing the structures of mongo or bson, for example.
The Matlab driver required the removal of asserts from gridfs.c.
I have attached a zip containing updated files of the C driver.