Zahroof Mohamed wrote:
> Created a number of projects with a single header and source file and
> linked it to the MySQLpp dll without any problem. However, when I
> create a project with more than one set of header and source files, I
> have the following link errors.
I highly doubt that this is a MySQL++ problem. You are misunderstanding
how your tools work. Perhaps a C++ or a MinGW mailing list could help you.
Or, try studying the way the examples work. Most of them are made of
two modules linked together with MySQL++.