The MariaDB Connector/C++ dynamic library file is mysqlcppconn.dll. Once linking has been successfully completed, the application will require access to libmysql.dll at run time. Also link against the files libmysql.dll and libmysql.lib.
You link this library statically with your application. The MariaDB Connector/C++ static library file is mysqlcppconn-static.lib.
For example, do not use the release build of MariaDB Connector/C++ with a debug build of the client application. To avoid potential crashes the build configuration of MariaDB Connector/C++ should match the build configuration of the application using it. This section looks at how to link the library to your application.Note
MySQL Connector/C++ is available as a static or dynamic library to use with your application.