Re: Do I need special libraries to write C++ client programs

2001-05-27 Thread Paul DuBois
At 8:04 PM +0100 5/27/01, David Ayliffe wrote: > >I'm following the exmple in the book MySQL by Paul DeBous (chapter 6 The >MySQl C API page 225). I am getting an error about "Too many types in >declaration" > You show your program below, but it would probably be good to give us some idea where

Do I need special libraries to write C++ client programs

2001-05-27 Thread David Ayliffe
I'm following the exmple in the book MySQL by Paul DeBous (chapter 6 The MySQl C API page 225). I am getting an error about "Too many types in declaration" Do I need to download any special libraries - currently I am using the ones in the mysql-3.23.38a-win-src.zip file (mysql.h, mysql_com.