Functions for use with ResHacker.
Open your BlitzBuild configuration file and add the following key to the "BlitzBuild.Tools" section:
<Key Name="Upx">c:\path\to\reshacker.exe</Key>
- RT_CURSOR
- A cursor resource.
- RT_BITMAP
- A bitmap resource.
- RT_ICON
- An icon resource.
- RT_MENU
- A menu resource.
- RT_DIALOG
- A dialog resource.
- RT_STRING
- A string resource.
- RT_FONTDIR
- A font directory resource.
- RT_FONT
- A font resource.
- RT_ACCELERATOR
- An accelerator resource.
- RT_RCDATA
- A data resource.
- RT_MESSAGETABLE
- Message data resource.
- RT_GROUP_CURSOR
- A group cursor resource.
- RT_GROUP_ICON
- A group icon resource.
- RT_VERSION
- A version resource.
- RT_ANICURSOR
- An animated cursor resource.
- RT_ANIICON
- An animated icon resource.
- RT_HTML
- A HTML file resource.
- RT_MANIFEST
- A .manifest file resource.
Table of Contents
- addresource - Adds a resource to an executable file.
- reshack::resource-type - Gets the ResHacker friendly name of a resource type.