DLL with other depedencies

 
So I was able to make a DLL just fine to work in MT. Then I expanded it to use some MySQL code so I can write some info to a database. Now the DLL doesn't seem to load. I have the MySQL dll's that it requires in the experts/library folder. Is there an issue to use a DLL that users other DLL's inside of it? I created a test C++ app and load my DLL and that works. So not sure why MT won't load. Any ideas?
 
there is no such restriction, it should work without problems. You must have made some other mistake. Maybe you still forgot one more dependency? What is the error code you get?
Reason: