just a guess, make sure you don't have the .h at the end of the header file (they are the older version)
#include <list> Max ----- Original Message ----- From: "Juan Carlos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 9:03 PM Subject: Re: [msvc] About std::list > Hi, > > > > If I were you I'd do myself a huge favour and buy a copy of the C++ > > Standard Template Library by Nico Josuttis: > > I've just managed to get a copy of it. Thanks for the suggestion, it's a > great book. > I solved my problem using an iterator to keep track of the active item in > the list. The main problem now is that after including several stl headers, > I'm getting a ton of warnings in VC 6.0. Unfortunately, at this time, I > can't switch to VC 7.x. > > cheers, > Carlos > > > _______________________________________________ > msvc mailing list > [EMAIL PROTECTED] > See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
