VS Arduino
>> >> ADD LIBRARY MENU
https://www.visualmicro.com/forums/YaBB.pl?num=1568622123

Message started by MARCO_ITALY on Sep 16th, 2019 at 8:22am

Title: ADD LIBRARY MENU
Post by MARCO_ITALY on Sep 16th, 2019 at 8:22am
Hi
I have a problem.
I uploaded a new library with the option.ZIP.
VM says : the library correctly loaded, I see the library in the directory but in the menu window -user installed - I don't see the library. I tried several times to rescan and I came out and came back from the application. Where am I wrong? :(



Title: Re: ADD LIBRARY MENU
Post by MARCO_ITALY on Sep 16th, 2019 at 8:27am
Add more info.
I tried to write #include <postParser.h> (the library missed on user menu) and then compiling without errors. But this library is not listed in my solution explorer and my user installed menu.  :o

Title: Re: ADD LIBRARY MENU
Post by Simon Hopkinson on Sep 16th, 2019 at 9:47am
Can you confirm the library you are using is compatible with the board architecture selected at the time?

If they do match - please supply download location (looks like HTTP Parser Lib), and attach the build output from the compilation with verbose enabled.

Visual Micro filters the list of libraries so you cannot select incompatible ones (e.g. cannot use AVR library HTTP Post Parser on an ESP32 for example as it has AVR architecture)


Please contact the author of the library and inform them of the board you have working with it.

Title: Re: ADD LIBRARY MENU
Post by MARCO_ITALY on Sep 30th, 2019 at 9:58am
(SOLVED)
Was a problem inside of library. Was missed the following istruction in to file librarys.property

below the tow missing declarations:
paragraph= HTTP Post Parser
architectures=*   (for any arch. AVR/ARM)

:)

VS Arduino » Powered by YaBB 2.6.12!
YaBB Forum Software © 2000-2024. All Rights Reserved.