Subj : Incremental linker problem To : borland.public.cpp.borlandcpp From : Alan Jones Date : Mon Jun 13 2005 09:21 pm I have added BDE to an existing application. When I link in the idapi32.lib I get the error: Info :Making... Info :Linking E:\RSNetDev\rsnet.exe Fatal: Fatal: Assertion failed: prev->size <= vHeap->maxSize at "LMEM.C", line 1630 Fatal: Fatal: Assertion failed: free->size <= vHeap->maxSize at "LMEM.C", line 1221 Fatal: Fatal: Assertion failed: memHndl->size <= vHeap->maxSize at "LMEM.C", line 1156 Fatal: Fatal: 't4n\idapi32.ASM': ILINK32 does not support segmentation - use TLINK32 If I turn off the incremental linker, I then get the error: Info :Making... Info :Linking E:\RSNetDev\rsnet.exe Fatal: Fatal: Block overflow for block 'BrowserCache' Any ideas? Alan .