From: Warren Young Date: October 27 2005 5:50am Subject: Re: SSQLS contained within class definition compilation issues List-Archive: http://lists.mysql.com/plusplus/5059 Message-Id: <43606ABD.1060602@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit william.lieberman@stripped wrote: > The hack worked great for me. You do know that you're replying publically to an off-list message, right? I only know what "hack" you're talking about by inference, because I'm aware of the MySQL++ history. > So, what if the system is > multi-user and people want to use the sql_create_x function? They are > going to have to take the added steps in using it. Is there another way > to make this work without changing system-wide libraries? The consequence of any of these "hack"s is that the API for using SSQLSes must change, and possibly the ABI as well. That's why we haven't implemented any change yet. We're trying to be good little boys and not break the ABI within the 2.x series. Recompiling your released binaries every third release of MySQL++ sucks.