Internal compiler error

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
 
B

Brandon Bray [MSFT]

Andrew said:
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

Hi Andy,
Unfortunately, this isn't enough information for us to go on. What would
help us the most is a preprocessed file that repros this problem. If you
want to put that together an email it to me (remove online), I'll see if it
has been fixed in a more recent compiler build.

Cheerio!
 

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