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 ADD LIBRARY MENU (Read 1155 times)
Marco (Italy)
Full Member
***
Offline


Posts: 165
Joined: Jul 12th, 2019
ADD LIBRARY MENU
Sep 16th, 2019 at 8:22am
Print Post  
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? Sad


  
Back to top
 
IP Logged
 
Marco (Italy)
Full Member
***
Offline


Posts: 165
Joined: Jul 12th, 2019
Re: ADD LIBRARY MENU
Reply #1 - Sep 16th, 2019 at 8:27am
Print Post  
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.  Shocked
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Online


Posts: 2145
Joined: Feb 13th, 2019
Re: ADD LIBRARY MENU
Reply #2 - Sep 16th, 2019 at 9:47am
Print Post  
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.
« Last Edit: Sep 16th, 2019 at 12:01pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Marco (Italy)
Full Member
***
Offline


Posts: 165
Joined: Jul 12th, 2019
Re: ADD LIBRARY MENU
Reply #3 - Sep 30th, 2019 at 9:58am
Print Post  
(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)

Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint