Board index » cppbuilder » Incremental linker problem
Alan Jones
![]() CBuilder Developer |
Incremental linker problem2005-06-14 08:21:43 AM cppbuilder6 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 |