I would like to create a simple VCL application for WinPE.
I have created an 32bit application with C++Builder 11.3. The application contains a VCL edit box and button, but it does not run. An error message is displayed:
This application is not supported by the OS
Is it generally possible to create a simple VCL application (Form + Edit + Button) for WinPE using C++Builder 11.3? What do I have to consider or set in the project settings so that the application runs?
I have created an application with XE7, which runs on WinPE.