In Delphi 7, an image editor program is included, which can read and write .dcr files, which are merely binary resource files (.res files) with a
I have used and had great success with:
I just tried the following, in XE, and was successful.
The source file for dclusr.pdk got a new entry {$R *.dres} (note the extension). I could see the TNewAnimate in the Samples palette with the glyph in TMRUComboBox.bmp.
I located dclusr.dres in the same directory as dclusr.dpk (which is normally under C:\Program Files, but not in my setup). I tried to open it with XN Resource Editor, but that refused to open it with a cryptic error message. It is not a normal .res file, it seems.
