From: SM on
Hi,
I created an ATL project , a resource file was created by default.
When I opened the Resource.h file, i have a value as below
#define IDR_TESTATLRESOURCE 101
Now i added a new resource file using add new item option, adding a
Menu as below
Options
Options1
Options2
When I opened the resource1.h file, i have a value as below
#define IDR_OPTIONSMENU 101
Two Identifiers have same values as 101(auto generated by vc++).
Is this ok to have same values for Identifiers or do I need to change
values manually?

Thanks,
Sony