Subject Re: EXE will not run Windows 10
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Fri, 9 Oct 2020 19:34:25 +0530
Newsgroups dbase.getting-started

>
> Thanks Ken. Seems strange that it has just started happening as the app works on 3 pc's and not 2 others. Weird. I will take a look at DEP and perhaps add plusrun.exe and my app to see if that fixes the issue. I'll let you know how I go. Thanks heaps.
>

Good Evening Greg,
I have gone through the thread.

I would recommend building a exe with just the following lines in prg

msgbox("dBase is running")
quit

No forms nothing else just the above 2 lines.
If it runs and you see the msgbox then we know that runtime is working.

Second stage will be to add lines for creation of table/ append a row
with msgbox() at regular intervals.

This will tell us if BDE is functioning or not.

If these function then we start with your app otherwise we concentrate
on DEP.

Regards
Akshat