Author |
Topic |
|
Wrongway
Tomato Guru
USA
129 Posts |
Posted - Sep 15 2004 : 11:30:01 AM
|
IN the Projects | C/C++ Directories -> Source Files there is listed the mfc/atl/src from the Vis Studio. Since these are stable files shouldn't they be placed there? That would allow the parsing of the files to be shorter. A lot shorter!
Thanks Wrongway
|
Wrongway |
|
support
Whole Tomato Software
5566 Posts |
Posted - Sep 15 2004 : 11:59:47 AM
|
Src files go in "Projects|C/C++ Directories|Source Files". VA X scans them for implementations, not for symbol definitions. This makes the Goto command work when you want to go to an implementation of something from MFC.
Scanning of src for implementations is quicker than other types of parsing, hence your desire for shorter parsing must be solved a different way.
A quick scan of your recent posts does not reveal anything about slow parsing. Did we miss something?
VA X does a full reparse every week or so, as if you pressed Rebuild on our Performance node. Otherwise, parsing of files in your project, ie not those in "stable include files," is done when you load your project. Even during this process, parsed versions are fulled from a cache (done if nobody touched your files when your project was not open.)
Do you see parsing of any 3rd party libraries every time you open your project? This happens if you list such a library, e.g. Boost, in Project|Properties (or Project|Settings) instead of elsewhere in the IDE.
Finally, what build do you have? |
|
|
Wrongway
Tomato Guru
USA
129 Posts |
Posted - Sep 17 2004 : 11:10:38 AM
|
10.0.1246.0
So, the studio files that are in the Source list parsed everytime that I start VA, where the files that are found in the stable list (which have the studio files) only get parsed every week, correct?
Wrongway
|
Wrongway |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
|
|
Topic |
|