Unable to load DLL on 2008 R2 if conn = mysql_init(NULL);
Posted by: Joseph Cameron
Date: February 28, 2013 08:41AM

The full DLL will load and run on Win 7.

The full DLL will not load on Server 2008 R2.

If I remove all reference to MySql for Connector/C
the DLL will load and run.

If I only have:
conn = mysql_init(NULL);
mysql_close(conn);

The DLL does not load (error 126).

DLL was compiled with VS 2010 Express, both on Win 7 the server.

Options: ReplyQuote


Subject
Views
Written By
Posted
Unable to load DLL on 2008 R2 if conn = mysql_init(NULL);
2592
February 28, 2013 08:41AM


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.