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


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
1601.30
Jan 30th, 2016 at 8:05pm
Print Post  
  • Fix - Deep search library discovery failed for libraries that were included by name (ie: #include <LibName1\LibName1.h>. The current solution is for named libraries to be excluded from "deep search" requiring any dependent libraries to be #included in the .ino sources
  • Compiler include paths sequence changed. Core includes have been moved to the end of the list in all compiler and library discovery methods. (required for esp8266 and pjrc Time library)
  • note: When using "Deep Search Includes" (lib-in-lib discovery) with esp8266 and the prjc Time library either #include <TimeLib.h> or #include <Time\Time.h>. This avoids a conflict with the time.h in the esp core.
  • Automatically clean project compiler cache when switching between "Deep search" and "Standard" library discovery.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint