2 messages in com.mysql.lists.plusplusRe: MySql++ patches for g++ 3.3
FromSent OnAttachments
Bryan W. Headley02 Aug 2003 08:18 
Sinisa Milivojevic04 Aug 2003 05:08 
Subject:Re: MySql++ patches for g++ 3.3
From:Sinisa Milivojevic (sin@beotel.yu)
Date:08/04/2003 05:08:12 AM
List:com.mysql.lists.plusplus

On Sat, 02 Aug 2003 10:19:21 -0500 "Bryan W. Headley" <bwhe@earthlink.net> wrote:

Just a minor correction to the description of the patches I sent up, to allow MySql++ to work with g++ 3.3...

My patch does not work if you apply the g++-3.0, g++-3.1 et al patches. It was designed to be the ONLY patch applied.

Why? Because this patch alters MySql++ to use the new features of the Standard C++ Library (libstdc++, aka, STL) rather than try to use the backward compatibility headers. As such it is philosophically different.

Also: g++ has problems with the sample programs, dealing with the sql_create_n macro. I personally don't use that construct, so I leave it

as an exercise for someone else to fix.

Best of luck...

Thanks for the clarification.

A new text for this patch will come soon to MySQL++ page.

Regards,