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 Arduino Librairies Folder (Read 2608 times)
phil027
Newbies
*
Offline


Posts: 2
Joined: Jan 18th, 2017
Arduino Librairies Folder
Jan 18th, 2017 at 1:07pm
Print Post  
I have by an licence key this day, and I trouble with visual studio environnement .
First : For librairies, Visual studio don't find librairies in c:\user\username\Arduino\librairies (default folder for user librairies in Arduino IDE) !!??.
Second : Why when I use default command for compile (CTRL-F7), Visual studio is not invokerd.

Best regards

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Arduino Librairies Folder
Reply #1 - Jan 18th, 2017 at 1:13pm
Print Post  
Hi,

Please give a screen shot of your ide with an arduino project open and with the debug menu dropped down.

Please give screen shot of your IDE Locations window so I can see what setting you have made for the Arduino IDE location.

Thanks
  
Back to top
WWW  
IP Logged
 
phil027
Newbies
*
Offline


Posts: 2
Joined: Jan 18th, 2017
Re: Arduino Librairies Folder
Reply #2 - Jan 18th, 2017 at 2:42pm
Print Post  
This in join
  

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Arduino Librairies Folder
Reply #3 - Jan 18th, 2017 at 2:51pm
Print Post  
Quote:
EDIT

Your images are very difficult to read Smiley

I looked again and see some strange things. The visual microt tool bar build buttons are disabled which means that you do not have a valid visual micro project in picture 2). The folder, project name and an .ino must all have the same name.

Please switch on "vMicro>Compiler>Show build properties". Then build and then email output as a .txt file to info[at]visualmicro.com


please also read my original answer ...

1) 

"documents\arduino" is called your Arduino sketchbook folder. A \libraries sub folder below the sketchbook folder is where is where "user" libraries are installed.

In the visual micro locations window you have set the "optional" sketchbook folder to a different location so that libraries an not be found? Please clear the path from the optional sketchbook folder in the ide locations window

2)

When you install visual studio it asks you what type of development you want to do. If you selected "general" then you get the standard visual studio layout and the Debug and Build menus on the top of the IDE will show you the standard short cut keys. For example F5 is the common build and debug/upload command.

I think that when you installed visual studio you selected a different layout such as "web development" and now you have different commands that are not supported.

If you can confirm what layout you selected I will add support for those commands in the next release however you might want to consider switching to the General layout because you get better tools for normal programming in C# and C++

More info here http://stackoverflow.com/questions/3334645/how-to-change-programming-layout-afte...

3)

Because you have a complex project. Please use "First Steps" in the documentation to create a new simple arduino project. Then add one library and try to build with the commands you like to use and with the visual micro tool bar. Then report your observations.

Thanks
« Last Edit: Jan 19th, 2017 at 1:59am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint