From: SM on 20 Apr 2010 02:24 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
|
Pages: 1 Prev: Two resource files having same identifier value Next: ReadEventLog fails with Error Code 87 |