Thread: mysql++
View Single Post
Old 06-25-2004, 02:03 PM   #1 (permalink)
Amaranthine
Registered User
 
Amaranthine's Avatar
 
Join Date: May 2004
Posts: 47
Amaranthine is on a distinguished road
mysql++

I downloaded the mysql++ api to create a simple windows application to make it easier for me to work with my databases.
I am using visual C++ 6, I moved all of the files into their correct folders (ex include to the "vc++ root\include" and lib to "vc++ root\lib").

However, whenever I try to create a program, or when I compile the pre-made examples I get an error that says it can't find a certain function's entry point in the dll LIBMYSQL.dll.
I'm not sure if I am simply doing something wrong, or I moved a wrong file or what...
Any ideas?
Amaranthine is offline   Reply With Quote