Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fatal error on exit
Message
De
05/10/1998 09:18:18
 
 
À
05/10/1998 08:36:28
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00143823
Message ID:
00143842
Vues:
21
>I have several MM 3.02 apps that I recently converted to VFP 6.0.
>
>The following error message happens on exit:
>
>Fatal Error: Exception code = C000005
>
>Called from - setup line 0 (c:\windows\system\vfp6r.dll)
>Called from - main line 0 (c:\windows\system\vfp6r.dll)

Make sure you don't have any references to any objects that you don't destroy and set to .null.

If you do an this.oObject = createobj('blah') commands in before read events or addchildren of the application object...

make sure you add to cleanup...

dodefault()
this.oObject.destroy()
this.oObject = .null.

This is usually why I get that error, an object reference is not nulled prior to shutdown.

BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform