| 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? |