Language:
Русский
English
Adding Resources to an EXE File
There are three ways to add resources to an executable file:
- Use the resource editor to copy resources from a .RES file into the
program's already-compiled .EXE file.
- Specify the $R <file name> directive in the source code file.
Each Pascal program can have only one resource file (although that
resource file can include other resource files). All the files must be
.RES files that store the resources in binary format.
- Use the Microsoft Resource Compiler
Each Pascal program or unit can have only one resource file.