Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EXE file
Message
De
09/12/1998 17:14:32
 
 
À
09/12/1998 16:56:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00165807
Message ID:
00165818
Vues:
17
Thank you for your reply, John. I'am afraid, it might not solve my problem. I guess I did not state the problem clear. The problem is not just related to RELEASE ALL. I tried to remove RELEASE ALL, then it reported same error at next statement CLEAR ALL. If I do not run cleaning up, I get other error for not cleaning up.

>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform