Adding the Compiled Resources to the .EXE File

To add the compiled resources in the binary resource file EXAMPLE.RES to an executable file, use the following command:

  rc example.res

To specify the name of the executable file, if the name is different from the resource file, use the following command:

  rc example.res newfile.exe


[Back: Compiling without Adding Resources to the .EXE File]
[Next: Adding the Compiled Resources to a DLL]