RLINK32.DLL, the Resource Linker (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Command-Line Utilities Index

RLINK32.DLL is the resource linker that binds resources, in .RES file form, to an .EXE file, and marks the resulting .EXE file as a Windows executable. RLINK32.DLL also:

  • Links the resources by fixing up string tables and message tables and then binding these linked resources into the executable.
  • Is called by ILINK32 and is used for 32-bit resources.

See Also