fatal error C1001 in MsXml.h using Xerces C++ release 2.6.0

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
 
G

Guest

Dear forum members,
which references the latest Xerces C++ release library (2.6.0). This
Xerces release was made available recently by the Apache
organization.
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++
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++
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.

User submitted from AEWNET (http://www.aewnet.com/)
 
G

Guest

Hihi,

I had the same problem! And a

#define WIN32_LEAN_AND_MEAN

should solve the problem! At least it solved mine! ;-)

Cheers
Micheal

PS: Thanks to my friend Michael H.!

User submitted from AEWNET (http://www.aewnet.com/)
 
G

Guest

Hello, I have the some error. Any people help me? my email is (e-mail address removed)

very thank you!
Dear forum members,
which references the latest Xerces C++ release library (2.6.0). This
Xerces release was made available recently by the Apache
organization.
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++
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++
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.

User submitted from AEWNET (http://www.aewnet.com/)
 
G

Guest

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

User submitted from AEWNET (http://www.aewnet.com/)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top