Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Parsing Included Files.... (Read 2163 times)
Fred Cailloux
Junior Member
**
Offline


Posts: 12
Location: Canada
Joined: Mar 13th, 2016
Parsing Included Files....
Mar 16th, 2016 at 10:53pm
Print Post  
Down at the Status Bar in Visual Studio Visual Micro I can read a line stating:
"Parsing Included Files... (153 of 195) - D:\...\...\somefiles.h"
and counting. Can you please explain what that is ?
And if it is going to do that every time I compile a project or is it a one time operation due to new implementation of Visual Micro ?
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Parsing Included Files....
Reply #1 - Mar 16th, 2016 at 10:57pm
Print Post  
Visual studio does this automatically to build its intellisense database for the project. Normally only happens once when you make significant changes such as changing board or adding a new library. 

It's very efficient and caches what it finds so you seldom see a large amount of files being scanned. 

But you can answer this type of question for yourself by compiling again. You will see it doesn't scan again.
« Last Edit: Mar 16th, 2016 at 10:58pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint