Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internal Compiler Error

Status
Not open for further replies.
Jan 20, 2005
180
US
I get this error that I do not know what/how to deal with. I do not have MSDN Libraries to help me with this.
The error just started after I added a blank function. I dont see any other errors that would cause a problem.

Im using VC++ 6

D:\Dev\VC\Schedule\STime.cpp(56) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information

the line 56 is just the first line of a Class function that was working before this error.

If anyone can help me with this It would be greatly appreciated.
 
There are 5 or 6 service packs for VC++ version 6
Have you applied them all?

> If anyone can help me with this It would be greatly appreciated.
I find pasting error messages into google to be quite informative most of the time.



--
 
Thank you PerFnurt..

I did find the error, I had mistyped my class function declaration. I would have expected a different error but allas....

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top