Hi,
I have a c file which opens a dialog box. I designed the dialog box in the Resource editor. (which of course wrote the .rc file) The editor calls one of the two buttons "4001". I would like to change it (to "IDB1").
Nothing I do seems to enable the project to re-build.
The only place I can change the name is in the text view of the .rc file.
Of course In my switch statement of my c file I change the name also.
It seems that the project "knows" the ID should be 4001. As if it is stored somewhere else. It is NOT in the project files, as I could open a new project, import the .c, .h, .rc files and Build and somehow Pelles C IDE knows that the ID is supposed to be 4001, and the project will not build until I revert back to using 4001.
If I design my DialogBox in the resource editor, of course it gives names to the controls, and "writes" the .rc file. I WANT to utilize the editor, but be able to change the names of the controls.
Any suggestions?
Tx, Ed