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. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

I reported it, but they dismissed it as it works with 1.32 (I was working with head). The application was new and only contained the stdafx.h and a "main" - nothing to delete. I will be reopening once I confirm it is still an issue with the latest and greatest. Gordon. "JOAQUIN LOPEZ MU?Z" <joaquin@tid.es> wrote in message news:ba137bb80d.bb80dba137@tid.es... ----- 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. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Gordon Smith ha escrito:
I reported it, but they dismissed it as it works with 1.32 (I was working with head).
The application was new and only contained the stdafx.h and a "main" - nothing to delete. I will be reopening once I confirm it is still an issue with the latest and greatest.
Gordon.
Did you have a chance to try playing with /Zm as I suggested in another post? http://msdn2.microsoft.com/library/bdscwf1c(en-us,vs.80).aspx Any positive results with this? Best, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
"JOAQUIN LOPEZ MU?Z" <joaquin@tid.es> wrote in message news:ba137bb80d.bb80dba137@tid.es...
----- 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.
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
Gordon Smith
-
JOAQUIN LOPEZ MU?Z
-
Joaquín Mª López Muñoz