From: Warren Young Date: December 10 2004 1:10pm Subject: Re: RELEASE: v1.7.25 List-Archive: http://lists.mysql.com/plusplus/3796 Message-Id: <41B9A063.3010401@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > On Thu, Dec 09, 2004 at 09:31:13PM -0700, Warren Young wrote: > >> o Renamed *.cc to *.cpp. > > Why? Partly because I prefer the convention, and partly because it makes Visual C++ happy. If you look at the previous releases, there's a dummy.cpp file in there just to convince VC++ that the project contains C++ files, so that you can set C++ options. Lame, but there you have it.