I'm trying to use mysql++ in my project. My application is composed of one exe loading different dll. When I use mysqlpp in one of my dll the LoadLibrary API Fails with 998 Error (STATUS_ACCESS_VIOLATION). I tried to use mysqlpp in the exe it works well. How can I do to make it work in my dll?