peck797
Tomato Guru
United Kingdom
171 Posts |
Posted - Dec 24 2005 : 4:04:28 PM
|
I have an include file that has an extension of .conf. This is a perfectly valid C++ header file but VAX appears to ignore it. If I rename the file to have an extension of .h, then VAX sees the file and parses it, adding all of the definitions contained within to its symbol cache.
Given that the compiler is going to parse the file, is there a reason why VAX chooses not to? Can you make it parse all #include files and not try to interpret the file name if, indeed, it is trying to do that?
VA_X.dll file version 10.2.1438.0 built 2005.12.16 VAOpsWin.dll version 1.3.1.9 VATE.dll version 1.0.4.11 DevEnv.exe version 7.10.3077.0 msenv.dll version 7.10.3077.0 Font: Courier New 13(Pixels) Comctl32.dll version 5.82.2900.2180 WindowsNT 5.1 Build 2600 Service Pack 2 2 processors
|
Edited by - peck797 on Dec 24 2005 4:06:41 PM |
|