2 messages in com.mysql.lists.plusplusProblem recompiling mysql++ example f...
FromSent OnAttachments
Funder, Johnny FKM15 Nov 2000 04:26 
Funder, Johnny FKM17 Nov 2000 05:58 
Subject:Problem recompiling mysql++ example files under Borland C++ 5.5
From:Funder, Johnny FKM (jh@slv.dk)
Date:11/17/2000 05:58:00 AM
List:com.mysql.lists.plusplus

Hi

For what it is worth, I found the problem.

It looks like the libraries in the mysql++ package are compiled with Borland C++ 5.3. I loaded the version from www.borland.com which turned out to be version 5.5.1. Recompiling the libraries with this version enabled me to create the examplefiles.

To avoid the warning created by the compiler I modified the file include\sqlplus\type_info1.hh line 23 from:

mysql_ti_sql_type_info () {}

to:

mysql_ti_sql_type_info () {}

rgds Johnny Funder