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 1404.01 (Read 2021 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
1404.01
Mar 3rd, 2014 at 5:11pm
Print Post  
Library resolution... Header files resolved by library priority order. The same header (.h) can now exist in more than one library. #include the most import library headers first into a sketch so that the correct version of duplicates will be found. 

For example: a file called SPI.h exists with a header called Test.h in a user library (folder) called Test. If the sketch code #includes <Test.h> and <SPI.h> then the SPI.h will be used from the Test library/folder. If the sketch code does not #include <Test.h>, then the SPI.h is used from the Arduino Ide SPI library.

tip: If manual changes to the sketch #includes are made then saving an .ino source code file or compiling the project will force intellisense path resolution/update.
« Last Edit: Jun 16th, 2014 at 11:09pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint