A
Andrew Ward
Had an internal compiler error if anyone at MS is interested.
Line 7 was a forward declaration of a class, more specifically:
class SchematicSpecID;
The error went away when I moved the forward declaration into another header
and #included it instead.
I am using VS 2003 version 7.1.3088
Here's the error:
e:\Controller\Sources\Model\Core\schematicsignals.h(7) : 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
Andy
Line 7 was a forward declaration of a class, more specifically:
class SchematicSpecID;
The error went away when I moved the forward declaration into another header
and #included it instead.
I am using VS 2003 version 7.1.3088
Here's the error:
e:\Controller\Sources\Model\Core\schematicsignals.h(7) : 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
Andy