Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Include files hierarchy
Message
De
03/08/1999 21:06:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00249525
Message ID:
00249544
Vues:
31
The .H contains:

#DEFINE ONEKB 1024

If your code use the constant ONEKB as:

IF THIS.FileSize > ONEKB
ENDIF

Then, once complied, it is saved as:

IF THIS.FileSize > 1024
ENDIF

If the subclass contains:

IF THIS.FileSize > ONEKB +1
ENDIF

Do I need to include the .h in the subclass? Yes.

If the subclass contains no code, do I need to include the .h in the subclass? No.

The .H file is not subclassed. It is only used by the precompiler.

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform