Anton
2006-09-13 21:12:14
There are several strings in a STRINGTABLE, which are to be replaced with new ones.
New values are specified in RC file, for example:
Original STRINGTABLE has also strings with other identifiers: 61353, 61357, etc.
If I feed new STRINGTABLE to the Restorator, it replaces entire original STRINGTABLE, removing the strings, which have no new values. But I don't want to change them...
How can I replace strings selectively?
By the way, why all strings are to be gathered into STRINGTABLE? Let them exist alone... though this would be a feature request
New values are specified in RC file, for example:
Code: Select all
STRINGTABLE
{
61354, "String_61354"
61355, "String_61355"
61358, "String_61358"
}
If I feed new STRINGTABLE to the Restorator, it replaces entire original STRINGTABLE, removing the strings, which have no new values. But I don't want to change them...
How can I replace strings selectively?
By the way, why all strings are to be gathered into STRINGTABLE? Let them exist alone... though this would be a feature request