libmysql.dll won't load
Posted by: nate hammond
Date: April 18, 2012 08:44PM

Using borland C 5.5 on windows. compiled and linked just fine (whihc required an IMPLIB libmySQL.lib libmySQL.dll because borland in OMF format as opposed to COFF). problem is, when I try to load the DLL from my C app, it is unable to load, even though tthe libmysql.dll is in the workign directory and Process Monitor shows it's trying to load the proper one. PE Viewer seems to show all the functions, HOWEVER I note that Dependency Walker has an error on the dll, specifically: "Could not find the section that owns the Import Directory", any thoughts on that?

Options: ReplyQuote


Subject
Views
Written By
Posted
libmysql.dll won't load
2144
April 18, 2012 08:44PM
760
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.