The MASM Forum

Miscellaneous => Hardware & Software Corner => Topic started by: Vortex on November 17, 2023, 05:56:16 AM

Title: Win32 Resource Linker
Post by: Vortex on November 17, 2023, 05:56:16 AM
QuoteThis small command line tool links a binary Win32 resource file (*.res) into an executable (exe or dll).
Binary resource files you can create using the Borland Resource Workshop, with the Microsoft Resource Compiler and many other resource compilers.
First build your application (exe/dll) using your favorite compiler and after You can link the resources into your application using RLINK32.EXE

http://www.rowalt.de/pc/programming/tools/rlink32.zip (http://www.rowalt.de/pc/programming/tools/rlink32.zip)

http://www.rowalt.de/pc/programming/toolse.htm (http://www.rowalt.de/pc/programming/toolse.htm)