Resource utility programs let you create and manipulate resource files.
The rdump utility dumps the contents of a resource file. It is useful if you are having trouble loading resources and want to examine the contents of a .r file. The syntax of the rdump utility is as follows:
-flags can be one of the following:
value | description |
---|---|
-t<class> | Restrict the dump to a particular type of resource. class is the resource class as specified in the resourceclass statement. It can be specified in hex, decimal or character constant form. For example, -t'Msgs' and -t0x4d736773 are the same. |
-r<resourceID> | Restrict the dump to a particular resource ID. |
-v | Verbose: produce a detailed dump of each resource. |