NO

Author Topic: Win32 Resource Linker  (Read 455 times)

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Win32 Resource Linker
« on: October 18, 2023, 10:57:52 PM »
Quote
This 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/toolse.htm
Code it... That's all...