Hello Experts,
I am building my application on WinNT.4.0_i386_MSVC.7.1 platform. When I build the application on a stand alone machine, it builds fine. But when I build the same application from a linux box using rsh it gives me the errors below
Microsoft (R) Development Environment Version 7.10.3077.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
------ Build started: Project: SigComp, Configuration: Release Win32 ------
Compiling...
trace.cpp
sigWString.cpp
\dev\SigComp\build.varada.061415b\SigComp\Current\ source\common\sigWString.cpp(0) : 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
sigStringConv.cpp
\dev\SigComp\build.varada.061415b\SigComp\Current\ source\common\sigStringConv.cpp(0) : 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
sigString.cpp
\dev\SigComp\build.varada.061415b\SigComp\Current\ source\common\sigString.cpp(0) : 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
sigResultException.cpp
\dev\SigComp\build.varada.061415b\SigComp\Current\ source\common\sigResultException.cpp(0) : 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 tried to search msc1.cpp file in the compiler installation directory but couldn't find it.
I would greatly appreciate if you provide some resolution for this.
Thanks,
Varada