Click to See Complete Forum and Search --> : C1001 internal compiler error


mwong7025
November 19th, 2003, 06:16 PM
I have a project that is migrated from VC++ 6.0 to Visual Studio .Net. When I compiled it in .Net, I got the the following error:

c:\IOMngr V1\StaticNew.h(18): 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

The error is in the line: CStaticNew() of the following code:

class CStaticNew : public CStatic
{
// Construction
public:
CStaticNew();
...
}

Thanks in advance for all the helps.

vicodin451
November 19th, 2003, 09:29 PM
What compiler options are being used to compile 'msc1.cpp'?