Show: Delphi
C++
Display Preferences
Out of memory
From RAD Studio
Go Up to Linker Errors (C++)
The linker has run out of dynamically allocated memory needed during the link process. The total working storage is exhausted. This error is a catchall for running into a limit on memory usage. This usually means that the object files being linked together have defined too many modules, externals, groups, or segments.
Solutions
For ILINK32, you can try reducing size of active RAM disks and/or disk caches. Close one or more applications to free memory.
For ILINK64, see the workaround described in ILINK64.EXE, the 64-bit Incremental Linker.