Source position: lresources.pp line 516
procedure BinaryToLazarusResourceCode( |
BinStream: TStream; |
ResStream: TStream; |
const ResourceName: string; |
const ResourceType: string |
); |
FPC is not optimized for building a constant string out of thousands of lines. It needs huge amounts of memory and becomes very slow. Therefore big files are split into several strings.
| Version 4.4 | Generated 2025-11-08 | Home |