Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EXE file
Message
From
09/12/1998 16:56:58
 
 
To
09/12/1998 16:46:43
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00165807
Message ID:
00165813
Views:
19
Hiya --

A wild hunch --- change EXTEND to EXTENDED and see what happens. Secondly, you could always wrap the RELEASE ALL EXTENDED into an IF function to check to see if you're in APP or EXE as follows:

IF VERSION(2)#0 && Not in runtime
RELEASE ALL EXTENDED
ENDIF

You really don't need a release if a standalone executable.

>I have a VFP application. When it runs as .app in VFP, it works fine. However, after I build it into .exe and run in Windows or NT, it will report "File does not exist" error when I exit. The error happens at the end of the program when it execute cleaning up as follows:
>
>RELEASE ALL EXTEND
>
>What is the problem? Thanks in advance.
>
>Wei Lin
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform