From: Warren Young Date: November 19 2004 2:05pm Subject: Re: RELEASE: v1.7.22 List-Archive: http://lists.mysql.com/plusplus/3693 Message-Id: <419DFDA1.1030300@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Zahroof Mohamed wrote: > Finally figured out a fix. If I > renamed the row.cc to row2.h and then include row2.h where it was > needed - mysql++.h and connection.cc , everything works fine again. I don't see why that would be the case, unless you're doing something silly like not compiling row.cc and linking it into the library. > Please could you implement this in a release version? No, because your proposed change breaks other code. The stuff in row.cc was moved there from the header for a reason.