Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Duplicate dialog control problem

tmcole
Beginner
1,642 Views
I am getting the following when I click on the resource file to edit it:
Warning RC2182: Duplicate dialog control 1004
I understand what I have done wrong - I have renamed one of the dialog ID's. How do I remove the original, duplicate reference so that this warning does not appear?
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
1,642 Views

It's safe to edit yourapp.rc and/or resource.h (note that resource.fd is auto-generated from it, so youmay edit there as well, but the .h is "referent"one) in text mode, manually; syntaxis pretty obvious.

Tip: to open yourapp.rc in text mode from VS, go to File/Open/yourapp.rc and select "Text" from "Open As" combo. Of course, you can edit it with an external editor as well.

Jugoslav

0 Kudos
Reply