Re: libmysql.dll won't load
Posted by: nate hammond
Date: April 19, 2012 10:23PM

I got it to work. My LoadLibrary() call returned ERROR_BAD_EXE_FORMAT. A little digging later turns out I had the 64-bit rev of mysql installed. However I was compiling a 32-bit app and doing the loadlibrary on the 64-bit ver of libmysql.dll. switched to the 32-bit one and it loaded up just fine.

Options: ReplyQuote


Subject
Views
Written By
Posted
2150
April 18, 2012 08:44PM
Re: libmysql.dll won't load
761
April 19, 2012 10:23PM


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.