C1001: INTERNAL COMPILER ERROR

U

Uriel

I Got this error.
c:\delme\myprojects\testmapping\tst_corlib\Debug\mscorlib.tlh(750): fatal
error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)

it is very simple to re-create the error
run microsoft Development Environment 2003 version 7.1
create new MFC DLL (regular dll using shared MFC DLL)

go to stdafx.h
add the next line
#import "mscorlib.tlb" no_namespace rename("ReportEvent", "StdReportEvent")

and the error occurs can you please help

thanks
 
D

David Lowndes

I Got this error.
c:\delme\myprojects\testmapping\tst_corlib\Debug\mscorlib.tlh(750): fatal
error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)

it is very simple to re-create the error
run microsoft Development Environment 2003 version 7.1
create new MFC DLL (regular dll using shared MFC DLL)

go to stdafx.h
add the next line
#import "mscorlib.tlb" no_namespace rename("ReportEvent", "StdReportEvent")

and the error occurs can you please help

While this isn't going to help you, you might like to know that while
I can reproduce the same problem with VS7.1, it compiles OK with the
Whidbey alpha compiler - so it looks like it's a problem that MS have
fixed at some point!

Dave
 

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