I wrote a simple Windows Forms App that runs fine on my PC that has Visual Studio 2022 (VS) and Visual COBOL 8 PE (VC-PE) installed. When I launch the program in the VS IDE or directly through Windows Explorer, it presents the form. However, if I copy program to my other PC (that does not have either VS or VC-PE installed it does not. When I try to run the program, Windows shows briefly shows the hourglass and that's it. The form is never displayed and the program is not in Task Manager.
I am trying to learn something new using something old building something useful to me.
Could someone just confirm that this simply because the executable was built using the personal edition and it requires the development environment to execute?