Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Building / installing on the C API

Status
Not open for further replies.

higgins

Programmer
Apr 19, 1999
2
0
0
US
I am building an interface to mysql with DevStudio, when I use the lib, Devstudio looks for libmysql.lib and libmysql.dll. When I add libmysql.dll to the path, listed in the settings/links/ it claims the dll is corrupt. I took the source and recomplied libmysql.c, and the bombs out on :<br>
<br>
include 'config - win32.h'<br>
<br>
Q: what is win32.h, if I am conpliing on a NT platform?<br>
Q: If I copy the libmysql.dll to the lib directory, would it get the same ' ..corrupt message' if the dll was not regersted?<br>
<br>
Thank you for any help you could provide.<br>
<br>
M. Higgins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top