D
Daniel P.
I'm trying to move a C++ app from Visual Studio C++ 6.0 to MSDEV .NET 2003
and I get the following error. It happens a header file at a forward
declaration:
class CString; // <<<< here
Compiling...
cl : Command line warning D4025 : overriding '/EHs' with '/EHa'
StdAfx.cpp
d:\dev\CURRENT\retail\..\Common\Stuff\XHelpers.h(30) : 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
and I get the following error. It happens a header file at a forward
declaration:
class CString; // <<<< here
Compiling...
cl : Command line warning D4025 : overriding '/EHs' with '/EHa'
StdAfx.cpp
d:\dev\CURRENT\retail\..\Common\Stuff\XHelpers.h(30) : 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