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
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