Hi,
I wrote a small app with a single form that chooses reports to run. When I run it from VFP, it runs okay. Complile it into .app, okay. Compile it to .exe and launch from VFP, okay. But when I try to launch the compiled .exe as a standalone program, the form blinks into existance for a moment and then disappears. Files vfp7r.dll, vfp7renu.dll, msvcr70.dll are present in the folder, and when the app did not have the form and only a report called from a dummy program, it worked perfectly. Just to check, I inserted a couple of debug "WAIT WINDOW" operators into form's Init method, and they all show exactly what they're supposed to, but the form window does not show anyway. What I'm doing wrong?
Thanks.
I wrote a small app with a single form that chooses reports to run. When I run it from VFP, it runs okay. Complile it into .app, okay. Compile it to .exe and launch from VFP, okay. But when I try to launch the compiled .exe as a standalone program, the form blinks into existance for a moment and then disappears. Files vfp7r.dll, vfp7renu.dll, msvcr70.dll are present in the folder, and when the app did not have the form and only a report called from a dummy program, it worked perfectly. Just to check, I inserted a couple of debug "WAIT WINDOW" operators into form's Init method, and they all show exactly what they're supposed to, but the form window does not show anyway. What I'm doing wrong?
Thanks.