Hi there (again and again :-),
in a MFC.dll the resources only are listed with numerical IDs in the editor:
It's not that easy to communicate with the developer using the "real" IDs, for example:
Hi there (again and again :-),
in a MFC.dll the resources only are listed with numerical IDs in the editor:
It's not that easy to communicate with the developer using the "real" IDs, for example:
This is how Microsoft designed it. Mnemonic IDs only exist in RC files. While compiling into PE binary files only integer IDs are stored.
This is the definitive answer - and the Resource editor in VS reveils it. Thanks a lot!
This is the definitive answer - and the Resource editor in VS reveils it. Thanks a lot!