Re: [Python-Dev] vs2005 Project Patch and Configuration Inquiry

2007-05-26 Thread Joseph Armbruster
Kristján, I started to investigate the WINVER warnings that are scattered throughout the VS 2005 build. This patch eliminates them but I may have overlooked the intentions of the #include ordering. If this invalid, please let me know. Patch attached. Joseph Armbruster Kristján Valur Jón

Re: [Python-Dev] vs2005 Project Patch and Configuration Inquiry

2007-05-26 Thread Kristján Valur Jónsson
> -Original Message- > From: [EMAIL PROTECTED] > The PCbuild8 solution needs to be corrected. A patch is attached. > Thanks, I'll apply it. > In addition, I noticed that under C++/Advanced Properties, all the > configurations appear to be set to "Compile as C++ Code" with the /TP > argu

[Python-Dev] vs2005 Project Patch and Configuration Inquiry

2007-05-26 Thread Joseph Armbruster
All, As per the removal of the rgbimgmodule due to deprecation in the trunk: http://svn.python.org/projects/python/trunk ---Begin SVN log--- r55458 | brett.cannon | 2007-05-20 03:09:50 -0400 (Sun, 20 May 2007) | 2 lines Remove the rgbimg module. It has been deprecated since Python 2.5. ---E