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 Source Path in vMicro (Read 2761 times)
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
Source Path in vMicro
Jul 7th, 2018 at 8:08am
Print Post  
What really really annoys me in VMicro that is the Path Management. I have a paid Version of vMicro I compile my Sketch with the Arduino IDE without a Problem and vMicro is not consistent with its paths
I let Sketchbook Library folder empty and it does not find Core Files of the ESP32. If I try to open the specific file a Message Box tells me that my Source Path is a odd path. In this example it does not find Update.h Look at the attachment 
  

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Source Path in vMicro
Reply #1 - Jul 7th, 2018 at 11:42am
Print Post  
Hello,

We need to understand if you are reporting build problems or intellisense problems. The image is of the Visual Studio project intellisense paths which you should ignore (they are not applicable for you).

Please switch on vmicro>compiler>verbose and show build properties. Then build and copy/post the output as a .txt file so we can see your config.

Thanks
« Last Edit: Jul 7th, 2018 at 11:45am by Tim@Visual Micro »  
Back to top
IP Logged
 
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
Re: Source Path in vMicro
Reply #2 - Jul 10th, 2018 at 6:53am
Print Post  
Hi Thanks for the answer
See Attachment
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
Re: Source Path in vMicro
Reply #3 - Jul 10th, 2018 at 7:04am
Print Post  
I changed  the position from ESP32WebServer.h
and now the Compiler needs FS.h what is in the ESP32 Core
  

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Source Path in vMicro
Reply #4 - Jul 10th, 2018 at 2:20pm
Print Post  
I suspect this issue is happening because you have switch off library deep search.

In this case you need to specify every required library as an #include in the project_name.ino code.

Thanks
  
Back to top
IP Logged
 
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
Re: Source Path in vMicro
Reply #5 - Jul 10th, 2018 at 5:50pm
Print Post  
How can I switch on the deep search Library  Mode ?
  
Back to top
 
IP Logged
 
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
Re: Source Path in vMicro
Reply #6 - Jul 10th, 2018 at 6:00pm
Print Post  
I found I Compiler->Depp Search Check it.
Thank for you answers. Cheesy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint