Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Embedded #includes not being found
Message
 
À
23/08/2007 18:19:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01250057
Message ID:
01250591
Vues:
11
Hi Bruce,

> Is there a way to step through with the debugger to see if and where the preprocessor is reading these files from?

Yes, put the following into each include file:

#IF MESSAGEBOX("This is file whatever") == 0
#ENDIF

You get a messagebox every time VFP uses this include file for compilation. If you use VCXes, be prepared for lots of messagesbox, though. Alternatively, you could use STRTOFILE() to produce a log file.
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform