Windows resource script
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Resources |extensions={{ext|rc}}, {{ext|rc2}}, {{ext|rct}} }} A '''Windows resource script''' (also called a '''resource file''', a...") |
m |
||
Line 18: | Line 18: | ||
[[Category:Windows]] | [[Category:Windows]] | ||
[[Category:Development]] | [[Category:Development]] | ||
− |
Revision as of 14:13, 30 March 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. Such files are used mainly with traditional "Win32"-style software, and not necessarily with other frameworks such as .NET.
Although resource scripts can be written manually, a specialized resource editor is usually used instead. Unfortunately, the free editions of Microsoft's development tools often do not include a resource editor.
A resource script is typically compiled to a (Windows resource) (.res) file, and then linked into an EXE or DLL file.