Board index » cppbuilder » Re: [BCC32 Error] xutility(1000): F1004 Internal compiler error at 0x5950657with base 0x5830000

Re: [BCC32 Error] xutility(1000): F1004 Internal compiler error at 0x5950657with base 0x5830000


2007-09-26 05:58:30 AM
cppbuilder72
Hi,
Quote
My program compiles fine in debug mode, but I get this
error in release mode. Probably a dumb oversight on my part...
What is on line 1000 in xutility? e.g. is it an inline
function or something else you can change? Is it in a header?
e.g. a template instantiation whose header could be excluded
from the the PCH? Changing the de{*word*81} option for out of line
inlines -vi could make the error go away.
--Craig
 
 

Re:Re: [BCC32 Error] xutility(1000): F1004 Internal compiler error at 0x5950657with base 0x5830000

And, of course, if you can, submit a reproducible
test case in a QC report.
--Craig