SteveBoard
Programmer
I've been working on a simple executable (stand-alone) in VFP but the BUILD of the project creates an EXE that does not run standalone in Windows. It works in the VFP development environment.
From Windows, the EXE stalls after the startup step and fails to display the first form. Other previously compiled and built EXE programs in Fox still work fine on this computer.
Issues I've eliminated:
--READ EVENTS is included after the DO FORM
--Support files from VFP are on the system (else why would other EXEs work?)
--Recompile and rebuild project have been done
--I've put WAIT WINDOW in the startup code to be sure the first step occurs. It shows up properly in Windows, so that step is executing; the form then fails to come up.
I've tried the same project on other machines with the same result. It behaves like I've left out the read events step but I didn't. I've made dozens of VFP executables and never had this problem. This is VFP9 and SP2. Windows XP.
From Windows, the EXE stalls after the startup step and fails to display the first form. Other previously compiled and built EXE programs in Fox still work fine on this computer.
Issues I've eliminated:
--READ EVENTS is included after the DO FORM
--Support files from VFP are on the system (else why would other EXEs work?)
--Recompile and rebuild project have been done
--I've put WAIT WINDOW in the startup code to be sure the first step occurs. It shows up properly in Windows, so that step is executing; the form then fails to come up.
I've tried the same project on other machines with the same result. It behaves like I've left out the read events step but I didn't. I've made dozens of VFP executables and never had this problem. This is VFP9 and SP2. Windows XP.