Re: [Linker Fatal Error] Fatal: Exceeded memory limit for block Linenumber cache in module .....cpp


2004-09-08 02:22:20 AM
cppbuilder32
Hi,
Quote
when trying to compile a huge cpp file. My collegue told me there is a
way to increase the line number cache, or equivalent, but I cannot find
it. Does anyone here know? It worked fairly well before updating the
linker.
Your collegue is probably thinking of tlink32.exe that supported
a tlink32.ini file. There is no equivalent for ilink32.exe. The
only thing I can think would be to lessen the load for the linker
with that one module, e.g. split it in two, or turn off debug info,
etc.
--Craig