When starting the app.exe it fails to run. It seems that the app gets killed immediately because I do not see it in the Windows task manager.
I created many runtimes and exe before the very same way without any problems. But after making a bunch of changes to the new app version it now fails.
The difference between the previous working app version and the new one are these: performed many changes at some forms, also made changes in the menu and data tables. The new app version runs fine when starting it from the main.prg on the development system. There are no errors when the exe and setup.exe files are being generated. I use Inno to create the setup.exe file. The runtimes and the exe are installed in the same folder.
The runtimes/exe folder is installed on different systems but the database is located on a server system. When any changes are made on the database the data on server are also replaced along with the new app version.
What could I do to find out the reason why the new version fails?
Any help will be appreciated.
Klaus
I created many runtimes and exe before the very same way without any problems. But after making a bunch of changes to the new app version it now fails.
The difference between the previous working app version and the new one are these: performed many changes at some forms, also made changes in the menu and data tables. The new app version runs fine when starting it from the main.prg on the development system. There are no errors when the exe and setup.exe files are being generated. I use Inno to create the setup.exe file. The runtimes and the exe are installed in the same folder.
The runtimes/exe folder is installed on different systems but the database is located on a server system. When any changes are made on the database the data on server are also replaced along with the new app version.
What could I do to find out the reason why the new version fails?
Any help will be appreciated.
Klaus