Pelles C forum

Pelles C => General discussions => Topic started by: fernando.mcmlxiv on May 25, 2022, 10:10:35 AM

Title: Can't change class
Post by: fernando.mcmlxiv on May 25, 2022, 10:10:35 AM
Hello.

I am using a .RES file and I can't change the field "Class" (image), ¿does anybody know why?
Title: Re: Can't change class
Post by: frankie on May 25, 2022, 04:07:59 PM
Ok, tested.
Unless there is a very specific reason to inhibit class name modification seems a bug.
As a workaround you can open the rc file as ascii file and modify the class name here.
To open a resource file as text file first close it, then right click the file from project files list, a float menu will appear. Select the "Open as" entry then from the submenu select "Text".
If the resource file is already open it will not be reopened. Close it first.