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:
Wrong topic. Should to to "General". Could anyone move it, please? Thx.
Done.
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
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!