
August 20th, 2004, 01:59 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Application has failed to satrt because LIBMYSQL.dll was not found
Hi,
I have a problem with using VC++ 6.0 and MySQL API. I have the mysql-4.0.20d-win-noinstall version.
I opened the mytest.dsw from VC++.
1. Selected the option in Tool menu. Included the Lib , inlcude, source and executable files directories in the Directory menu.
2. The project link setting is modified to include the libmysql.lib.
The compilation is through without any problem. But couldn't execute the program because of following error.
This application has failed to satrt because LIBMYSQL.dll was not found. Re-installing the application may fix this problem.
Do I need to do some more setting in VC++ to reslove this problem?
Thanks ,
Ashwini
|