Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Embedded #includes not being found
Message
 
To
23/08/2007 18:19:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01250057
Message ID:
01250591
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform