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 Can't add a library? (Read 1932 times)
Mike L
Newbies
*
Offline


Posts: 4
Joined: Apr 9th, 2017
Can't add a library?
Apr 9th, 2017 at 10:36pm
Print Post  
I have created a new Arduino Project using Studio 2017.  I have several libraries that I am trying to load, but for some reason they still have a red underline and I seem to be missing some options.

I have set my sketch location to F:\development\Arduino\.  Inside that folder, I have a folder named libraries, which for instance contains a folder called SD with the SD library.

I am then trying to include the library from the code using:

#include <SD.h>

But I am getting a red underline indicating it can't find it.   
I saw on the help links that there should be an option for "Add Library" under the vMicro tab, but I don't see most of the options that are shown in the help files?

Should there be a few more options in there allowing me to add a library and point it to my sketch location?
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Can't add a library?
Reply #1 - Apr 10th, 2017 at 2:30pm
Print Post  
Hi,

Visual Micro does not believe that you have a arduino project open. Notice that the build and upload are also missing or disabled.

The rules are:-

The project, the folder and an .ino must all have the same name.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint