Subj : Re: BrowserCache block overflow To : borland.public.cpp.borlandcpp From : Jeff Kish Date : Wed Apr 07 2004 09:37 am On Tue, 6 Apr 2004 12:38:56 -0700, "Richard Hufford" wrote: >I'm building a BC++ 5.01 program that uses OwlNext, and I've encountered >this error: > Fatal: Block overflow for block 'BrowserCache' >This occurs during linking (in the IDE). I remember running into this error >about a year ago, and I think it turned out to be a simple programming >error, but I can't remember what it was. I don't think this error is >documented in the help screens. Does anyone know what causes this error? >And what is block BrowserCache? > Thanks for your help. > If you peruse the groups you'd see this error mentioned many times I am sure. There is an ini file entry you can modify to increase your browser cache size.. if you don't want to, turn off debug and browser symbols in some modules. Here is the response to one of them on July 16, 2003: On a new Pc with Windows XP and a large display screen (1400 x ??) I got the linker message: Linker Error - "Fatal: Block overflow for block 'BrowserCache' " and sometimes also some processor exceptions (0x06660000) and other odd behavior. The solution was found in http://www.sirma.bg/Jogy/Reisdorph/bc50faq.htm : In the project's dir there is a tlink32.ini Change there the entry _BROWSERCACHESIZE=0x200 from 0x200 to something such as 0x4000. HTH Jeff Kish .