EditWhat is a Resource File?
A resource file may contain a collection of icons, menus, dialog boxes, strings tables, user-defined binary data and other types of items. Once compiled into a suitable format, a resource file can be embedded directly into an executable or DLL file, producing a single EXE or DLL containing both code and resources. At run-time, the application can use the resource items in the embedded file.