I used the only tags I found. They are wrong. I am not using dot net.
I have an MFC application written in C++. I wish to improve the code by using a custom edit control in instead of the regular CEdit class. I am currently running Visual Studio 2019 Community Edition.
I have created a custom edit control derived from the CEdit class.
I wish to replace the text "EDITTEXT" in the resource file that specifies to create a CEdit instance with the window class name for the new custom edit control. That name was created by calling AfxRegisterClass.
However, I cannot get the resource compiler to recognize the new name.
I've made many MFC Applications, and even used custom controls. In this case, I have a complicated dialog, and I'd like to change as little code as is possible.
I'm considering updating to Visual Studio 2022. Does it also support MFC?
(I'm worried that Microsoft will drop support for MFC. I started writing this application in 1994, in my spare time, and I'd hate to have to rewrite it from scratch).
Thanks you for running this website.