rileymat
rileymat

Reputation: 523

Using Multiple visual studio .rc files and ID overlaps

When building stock Windows .rc files with Visual Studio, how do you include multiple .rc files in a project where the resource.h files associated with each .rc file may include overlapping ID definitions?

They may also include overlapping defines, for instance if someone stuck with the stock naming conventions IDC_DIALOG1 may appear in both .rc files.

Is there some standard way to deal with this problem?

Upvotes: 0

Views: 127

Answers (0)

Related Questions