Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TIP - Invalid Page Faults
Message
De
26/08/1999 12:21:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
TIP - Invalid Page Faults
Divers
Thread ID:
00258020
Message ID:
00258020
Vues:
50
I have found a special case that is guaranteed to cause a VFP Invalid Page Fault and, therefore, should be avoided:

- NEWOBJECT(CLassName, CLassLibrary) is used to instantiate an object and ;

- SET CLASSLIB TO is issued before the instantiation of the object is complete and ;

- SET CLASSLIB TO ClassLibrary (same class library) is issued after the instantiation of the object is complete and ;

- The object is released and ;

- NEWOBJECT(CLassName, CLassLibrary) is used to instantiate the object again, THEN ;

blamo - VFP Invalid Page Fault every time.
- Jeff
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform