Re: [boost] Visual Studio 2005 Beta 2 + Multi Index

----- 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

The /Zm option does not help (my main project has needed it for a long time now). I can confim that my test app works fine with 1.32, it is just the HEAD branch that is killing it (I have updated the MS Bug Site with this information). Gordon. "JOAQUIN LOPEZ MU?Z" <joaquin@tid.es> wrote in message news:f0481f0139.f0139f0481@tid.es... ----- 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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Gordon Smith <schmoo2k <at> hotmail.com> writes:
The /Zm option does not help (my main project has needed it for a long time now).
I can confim that my test app works fine with 1.32, it is just the HEAD branch that is killing it (I have updated the MS Bug Site with this information).
Gordon.
Hi Gordon, just in case you haven't checked it out yet, seems like MS guys acknowledged and fixed the issue (the fix will make it, I guess, in beta 3) as reported by you: http://tinyurl.com/8ouxa Thank you very much for pursuing this problem; allow me to remind you that I'm all ears for your suggestions on improvement of the library, reports on success/failure stories etc. Best, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Just saw that this morning and was going to report back here (you beat me to it) - FWIW I am using boost 1.32 gold and all is fine with that. Gordon. "Joaquin M Lopez Munoz" <joaquin@tid.es> wrote in message news:loom.20050515T140126-945@post.gmane.org... Gordon Smith <schmoo2k <at> hotmail.com> writes:
The /Zm option does not help (my main project has needed it for a long time now).
I can confim that my test app works fine with 1.32, it is just the HEAD branch that is killing it (I have updated the MS Bug Site with this information).
Gordon.
Hi Gordon, just in case you haven't checked it out yet, seems like MS guys acknowledged and fixed the issue (the fix will make it, I guess, in beta 3) as reported by you: http://tinyurl.com/8ouxa Thank you very much for pursuing this problem; allow me to remind you that I'm all ears for your suggestions on improvement of the library, reports on success/failure stories etc. Best, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
Gordon Smith
-
JOAQUIN LOPEZ MU?Z
-
Joaquin M Lopez Munoz