In one of my projects I have the following code in the first part of my main program:
mPath = 'C:\CMWIN, C:\CMWIN\solution, c:\cmwin\foxpro, C:\CMWIN\PRG, C:\CMWIN\SCRN, C:\CMWIN\REPORTS,;
c:\3100, c:\3100\programs, c:\cmwin\search, c:\cmwin\images, C:\djbdemo'
SET PATH TO (mPath)
The directories are whre my sourec code is kept etc...
First
do I need the path to include the directories where
source code is kept
Second
if so what happens if the soiurce code is no
longer on "C:\" drive
Also when I'm using #INCLUDE, I'm directing it to a drive and file. For example #include c:\cmwin\define.h
Do I have to include the drive and directory. If so is it possible to have a variable drv. Once again as my source code is no longer on c:\ drive.
Thanks
mPath = 'C:\CMWIN, C:\CMWIN\solution, c:\cmwin\foxpro, C:\CMWIN\PRG, C:\CMWIN\SCRN, C:\CMWIN\REPORTS,;
c:\3100, c:\3100\programs, c:\cmwin\search, c:\cmwin\images, C:\djbdemo'
SET PATH TO (mPath)
The directories are whre my sourec code is kept etc...
First
do I need the path to include the directories where
source code is kept
Second
if so what happens if the soiurce code is no
longer on "C:\" drive
Also when I'm using #INCLUDE, I'm directing it to a drive and file. For example #include c:\cmwin\define.h
Do I have to include the drive and directory. If so is it possible to have a variable drv. Once again as my source code is no longer on c:\ drive.
Thanks