vchowdhr 0 Posted January 31, 2021 I recently installed the C++ Builder 10.3 community edition on my desktop. Just as a test I decided to compile a Blank Form . It displays when you press the Run icon in the IDE. However, if I drop any control on this form, the form does not display after the Run icon is pressed. I have been using the C++ Builder for some time but never experienced anything like this. Any suggestions on resolving this would be appreciated. Share this post Link to post
FPiette 382 Posted January 31, 2021 Does the application stop immediately? Did you run the application under the debugger? If not, you should. Share this post Link to post