[Bf-committers] solving the issues of switching to python 2.4on Os X for next release

Nick Winters nwinters3000 at gmail.com
Fri Aug 26 05:57:29 CEST 2005


On 8/25/05, Gilbert, Joseph <jgilbert at tigr.org> wrote:
> Python.h should always be declared before anything else because it sucks
> in a bunch of standard library headers. I don't know if this is your
> problem or not.  Also I remember that <iostream.h> is not kosher for
> c++. Prob should change this to <iostream>.
> 
> #include "Python.h"
> #include <vector>
> #include <iostream>
> 
> might be better.
Visual studio 2003 has iostream.h as depreciated:
quote: [iostream.h]
#pragma	message( "iostream.h is	deprecated is msvc 2003, use iostream instead" )
#include <iostream>


More information about the Bf-committers mailing list