Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 6.0 Problem help~~~~~~~!
Message
De
17/10/1998 11:40:15
 
 
À
02/10/1998 04:32:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00143138
Message ID:
00147793
Vues:
36
>I conflict a serious problem.
>the problem is this
>
> when compiling in VFP 6.0 platform,
> The Program does works well but,
> at the time of Quit the prgram, this error is occured.
>
> Fatal Error
> Exception Code C0000005

There are a lot of different c0000005 issues with VFP 6.0 that
seem to plague this release.

I encountered a simialar problem in one of the early
beta builds that, appeared to go away, so thought not
much more about it.

Basically, to fix the problem a ON SHUTDOWN call was
the only option.

In the procedure called by ON SHUTDOWN include the following code


**********************************
* ON SHUTDOWN PROCEDURE

RELEASE ALL EXTENDED && SEEMS TO HELP C00000005 errors ??
CLEAR ALL && BUT BASICALLY DOES A FULL RESTART/RESET OF VFP ENVIRONMENT
CLEAR PROGRAM
SET CLASSLIB TO
SET PROCEDURE TO
HOME()

**********************************


This effectively forces VFP to flush and clear all of its object
pointers etc before actually exiting the system.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform