Ivan A. Fotan
Ketchup Master
Ukraine
67 Posts |
Posted - Feb 10 2004 : 03:17:25 AM
|
For example if I my project, located into folder Proj, and it uses some .h files, which are located into folder Common:
#include "..\\\\common\\\\sample.h"
VAX doesnt parse "sample.h" file even if folder Common specified into "Additional Include Directories" for my project.
And in the VAX's .log file there is record, looks like
"X:\\Proj\\..\\common\\sample.h" not found.
--- Edited: snipped from .LOG file
InValidPath e:\\Proj\\..\\\\common\\\\sample.h InValidPath ..\\\\common\\\\sample.h InValidPath D:\\Programs\\MSDev.NET\\Common7\\IDE\\..\\\\common\\\\sample.h InValidPath D:\\Programs\\MSDev.NET\\Vc7\\include\\..\\\\common\\\\sample.h InValidPath D:\\Programs\\MSDev.NET\\Vc7\\atlmfc\\include\\..\\\\common\\\\sample.h InValidPath D:\\Programs\\MSDev.NET\\Vc7\\PlatformSDK\\include\\prerelease\\..\\\\common\\\\sample.h InValidPath D:\\Programs\\MSDev.NET\\Vc7\\PlatformSDK\\include\\..\\\\common\\\\sample.h InValidPath D:\\Programs\\MSDev.NET\\SDK\\v1.1\\include\\..\\\\common\\\\sample.h InValidPath D:\\Programs\\MSDev.NET\\Vc7\\wtl70\\include\\..\\\\common\\\\sample.h InValidPath e:\\WorkPrg_New\\Pdf3\\Pdfsaver3\\..\\\\common\\\\sample.h FindDir ERROR file not found ..\\\\common\\\\sample.h, 1
|
IAF |
Edited by - Ivan A. Fotan on Feb 10 2004 04:50:06 AM |
|