Hi,
I'm running on different architecture (MacOS X, at least). I'm using
MySQL++ 2.1.1.
I could compile it before (before 5.0.24 and earlier), but after I
upgrade MySQL client library to 5.0.24a, I have same problem described here.
I force modified connection.cpp to include my_global.h to make it
compile (with lots of warnings - I was in hurry..) yesterday.
Is there anyone having similar problem?
Note that I had other problem but it was solved after I re-build whole
MySQL++ after installing MySQL 5.0.24a. (Is there any ABI change there?
since it was security patch, I just blindly installed it..)
shigeya
Warren Young wrote:
> Thomas Schneider wrote:
>>
>> connection.cpp
>>
>> .\connection.cpp(165) : error C2065: 'ulong' : undeclared identifier
>
> It would seem that you have an old version. Please download the current
> version from:
>
> http://tangentsoft.net/mysql++/
>