Windows resource script
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
Line 4: | Line 4: | ||
|extensions={{ext|rc}}, {{ext|rc2}}, {{ext|rct}} | |extensions={{ext|rc}}, {{ext|rc2}}, {{ext|rct}} | ||
}} | }} | ||
− | A '''Windows resource script''' (also called a '''resource file''', and other similar names) is a text-based file used to define [[resources]] used in the development of Microsoft Windows software | + | A '''Windows resource script''' (also called a '''resource file''', and other similar names) is a text-based file used to define [[resources]] used in the development of Microsoft Windows software. |
− | Although resource scripts can be written manually, a specialized ''resource editor'' is usually used instead | + | Although resource scripts can be written manually, a specialized ''resource editor'' is usually used instead. |
A resource script is typically compiled to a [[Windows resource]] ('''.res''') file, and then linked into an [[Portable Executable|EXE]] or [[Dynamic-link library (Windows)|DLL]] file. | A resource script is typically compiled to a [[Windows resource]] ('''.res''') file, and then linked into an [[Portable Executable|EXE]] or [[Dynamic-link library (Windows)|DLL]] file. |
Revision as of 18:48, 18 May 2017
A Windows resource script (also called a resource file, and other similar names) is a text-based file used to define resources used in the development of Microsoft Windows software.
Although resource scripts can be written manually, a specialized resource editor is usually used instead.
A resource script is typically compiled to a Windows resource (.res) file, and then linked into an EXE or DLL file.