Mega Code Archive

 
Categories / Delphi / Examples
 

Linker msg rlink32 out of memory!

Question: I try to port a large 16bit (Delphi 1) application to a 32bit (Delphi 3). Compile(build) is ok. Linking doesn't work: RLINK32: Out of memory! Answer: This is a bogus error message, caused because you've got 16-bit .RES files that you're trying to link into your 32-bit application. You can delete the project's .RES file; any others that you have you'll have to convert to 32-bit.