There is an old C ++ Builder program and a desire to upgrade to Visual C ++. I always believed that the current Embarcadero is similar to the C ++ WinForm project in VS. However, in the VS 2013 Community version, with which I started trying, there are no such projects (only WinForms for C # and VB).
What does this mean? What is now the usual windows-based C ++ applications no longer do this way? And then what instead allows you to create a form and drag components onto it? Microsoft advertises WPF, but this is again not for C ++, but only for C # and VB.
I read the references to StackOverflow and it turns out that most people advise using Qt at all. Total: what is the "right" way to translate an old C ++ Builder program to VS or other software?
Update:
The reason why you want to abandon C ++ Builder is simply unreliability (the last feather is the error of LME288 linker). If it were not for this, the program is excellent.