| +-include | +-mysql ... mysql C API header files. Directory contains Borland specific interpretations | of the interface to mysql +-lib | +-deb ... Debug version of the libmysql.dll with import library for Borland compilers | +-rel ... Release version of the libmysql.dll with import library for Borland compilers | +-src +-sqlplus ...... source code and project files of the mysql++ library. This directory | | need to be included in all your mysql++ projects. | | | +-debug ..... compiled debug version of mysql++ library. (Used for debugging ++ apps) | +-release ... compiled release version of mysql++ library. | +-examples ... some simple examples for Borland C++ Builder 6.0 | +not_compiled ... just as it states, examples that cant be compiled by Borland. |
<LINKER> |
5. If your programs
still crash, author recommends recompiling the MySQL++ library using src\sqlplus\mysqlplus.bpr project
file.| July 15, 2003 | Arturs
Aboltins freeart@latnet.lv |