I'm working on an MFC application, using external resources.
The resource.h file has been manually edited by other developers and I've seen that there are conflicting IDs.
I've seen the Microsoft TN020: ID Naming and Numbering Conventions.
I was just wondering if the IDs for controls and other resources (strings excluded) must be unique in the whole application or it's just enough if they are unique for each defined dialog.