MySQL Forums
Forum List  »  Connector/C++

The procedure entry point mysql_get_option could not be located in the dynamic link library libmysql.dll
Posted by: Jason Ball
Date: November 16, 2015 11:12PM

I am getting this error when trying to run my program. It compiles fine and will even run if I compile with debug in VS2013. If I switch over to release compile then I run into this problem. I have downloaded and compiled the c++ connectors and c connectors. That all compiles fine with no errors. The project is finding all the lib and dll files it needs. I am just running into problems with mysql_get_option function. I just took the example code from this site on the c++ connectors section to test for this problem. Only thing that was changed was connecting to my database.

Thank you for your time,


P.S
I program as a hobby.

Options: ReplyQuote


Subject
Views
Written By
Posted
The procedure entry point mysql_get_option could not be located in the dynamic link library libmysql.dll
2219
November 16, 2015 11:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.