From: Warren Young Date: September 13 2005 5:25pm Subject: Re: MySQL++ on MinGW List-Archive: http://lists.mysql.com/plusplus/4890 Message-Id: <43270BA1.6030403@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Zahroof Mohamed wrote: > Problem is that Warren is so active that every week almost there is > a new release. I call that a feature. "Release early, release often." -- E.S.R. > I'd like to download > the stable release of MySQL++ and work with that. Have you considered using the Subversion tree? In a sense, this will put you even more on the bleeding edge, but it will also relieve you of having to integrate each new version into your tree. When you're done making changes, svn can be asked to generate a patch file. (See the HACKERS file.) I'm far more likely to apply a tested patch than react to a prose description of needed changes. > By the way, I'm using Parinya software's IDE to do my work. I tried out > Dev C++ at one point and had some problems. I've found that I need to > recompile everything that I'd like to link to on the version of MinGW's gcc > compilers for it to link properly. Just a friendly warning: if your solution involves making people use the same IDE you do, I'll reject it. In the specific case of MinGW, you need to figure out some way that anyone can build it, regardless of IDE.