
Neil Groves wrote:
I have come across many similar error messages. In most cases turning off precompiled headers solves the problem. In my case it appeared to be a bug with the implementation of namespaces in Visual C++.
Try turning off precompiled headers for this file.
HTH, Neil Groves
Hi Neil, I have seen, in older posts, that the disabling of "precompiled headers" should solve the Problem. But only the disabling of /FR "Microsoft Browse Information File" solve the Problem. And this is very strange. I am using .Net 2003 bye Bernd
On Wed, Jun 18, 2008 at 1:07 PM, Bernd Martin Wollny < bm.wollny@trioptics.com> wrote:
Hello,
I just tried to upgrade to boots 1.35 Compiling boost was OK. Compiling my project in debug mode is OK. but compiling the project in release mode failed always.
Driver.cpp C:\Boost\include\boost-1_35\boost\format\feed_args.hpp(203) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2708) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information
Trying to disable some compiler switches don't solve my problem.
compiler switches: /O2 /G7 /GA /I "E:\Devel\TRIOPTICS\EFL-Production2\\" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "NO_DEPRECATED" /D "NO_ATL_REG_EXP" /D "_NO_DEFAULT_PARAMETER" /D "_BOOST" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /MD /Zc:forScope /GR /Yu"stdafx.h" /Fp"Release/build/MTF-Field.pch" /Fx /FAcs /Fa"Release/build/" /Fo"Release/build/" /Fd"Release/build/vc70.pdb" /FR"Release/build/" /W3 /WX /nologo /c /Wp64 /TP
after some test I found that the switch /FR"Release/build/" cause the Problem.
Do any one know this Problem ?
bye Bernd