Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#INCLUDE files in Classes
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00095830
Message ID:
00095923
Views:
21
>I have in a single folder all the VCX's that are to be used commonly by several projects. Thoese classes are to use diferent Include files depending on the proyect they are used, the include file is named the same for all proyect (Sys.H) but it is stored in a subdirectory named IncFile within each directory for the proyect. The problem that I'm facing is that when the class is saved the complete path for the include file is hard saved, this is c:\proyect1\IncFile\Sys.H but I want to save the reference such as: \IncFile\Sys.H.
>Anybody facing the same or have a workarond you want to share?

6.0 is supposedly going to have a _INCLUDE variable much like those you seen in the Tools-Options-File Locations. You should be able to change it there for each project and it'll be included in all your classes pointing the that variable.

For now, I think you have to work with it.

Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform