
----- Mensaje original ----- De: JOAQUIN LOPEZ MU?Z <joaquin@tid.es> Fecha: Domingo, Abril 24, 2005 2:07 pm Asunto: Re: [boost] Visual Studio 2005 Beta 2 + Multi Index
----- Mensaje original ----- De: Gordon Smith <schmoo2k@hotmail.com> Fecha: Viernes, Abril 22, 2005 5:43 pm Asunto: [boost] Visual Studio 2005 Beta 2 + Multi Index
The following stdafx.h for a vanilla console app kills the beta 2 compiler (I think it creates a corrupt PCH file):
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <windows.h> #include <tchar.h>
// BOOST --- #include <boost/multi_index/sequenced_index.hpp> #include <boost/multi_index/ordered_index.hpp>
Hi Gordon, excuse my late answering, somehow I just didn't see your post amidst the current flow of messages.
Did this work for MSVC 8.0 beta 1? I'm afraid I cannot help much here except suggest that you try to report this to the MSVC dev team:
http://lab.msdn.microsoft.com/productfeedback/
Also, please try deleting all intermediate files before doing a fresh compile --this is sometimes helpful specially in regard to PCHs. If you make any progress or need some help please keep me informed.
Also, I forgot to mention: did you play with the /Zm option? http://msdn2.microsoft.com/library/bdscwf1c(en-us,vs.80).aspx Please keep me informed. Thank you, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo