C
cgparis
Dear forum members,
I am trying to compile C++ code under MS Visual Studio .NET 2003,
which references the latest Xerces C++ release library (2.6.0). This
Xerces release was made available recently by the Apache
organization.
I've defined a system variable on windows as follows:
XERCESCROOT: <...>\xerces-c_2_6_0-windows_nt-msvc_60
NOTE: the xerces 2.6.0 library for win2k was already prebuilt
There are two modules in our directory that are reporting this
internal Microsoft error:
vxmlgram.cpp
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\MsXml.h(9594) : fatal error C1001:
INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more
information
ruleref.cpp
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\MsXml.h(9594) : fatal error C1001:
INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more
information
I wonder if anyone has run into the same problem. I'd appreciate if
the Microsoft support group can provide any help in this regard.
Particularly, any suggestions on how to further troubleshoot this
problem will be greatly appreciated.
Thanks!
--Carolina
I am trying to compile C++ code under MS Visual Studio .NET 2003,
which references the latest Xerces C++ release library (2.6.0). This
Xerces release was made available recently by the Apache
organization.
I've defined a system variable on windows as follows:
XERCESCROOT: <...>\xerces-c_2_6_0-windows_nt-msvc_60
NOTE: the xerces 2.6.0 library for win2k was already prebuilt
There are two modules in our directory that are reporting this
internal Microsoft error:
vxmlgram.cpp
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\MsXml.h(9594) : fatal error C1001:
INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more
information
ruleref.cpp
c:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\Include\MsXml.h(9594) : fatal error C1001:
INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more
information
I wonder if anyone has run into the same problem. I'd appreciate if
the Microsoft support group can provide any help in this regard.
Particularly, any suggestions on how to further troubleshoot this
problem will be greatly appreciated.
Thanks!
--Carolina