Uniwares
Tomato Guru
Portugal
2322 Posts |
Posted - Oct 12 2005 : 10:49:47 AM
|
When setting the "additional include dir" (compiler options) the first time, VAX seems to update its list of include directories and finds the included header files properly. But when I change the additional include dirs, it will update its list only after reloading the solution/project. Until then, VAX continues to show the previous include paths for the affected header files.
e.g.: create two folders (C:\\folder1, C:\\folder2) and put a header file test.h in both. Now create a project and set the additional incude path to C:\\folder one. Using #include <test.h> will cause vax to show as location of the file C:\\folder1\\test.h, Alt+G will open that file. Now change the include dir to C:\\folder2. VAX will from now on continue to reference/use C:\\folder1\\test.h |
|