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 no "add library" after an update (Read 2528 times)
Szymon M. Sabat
Newbies
*
Offline


Posts: 3
Joined: Jul 11th, 2018
no "add library" after an update
Jul 11th, 2018 at 11:18am
Print Post  
Hi, I'm new here and I've just yesterday installed Visual Micro (with Arduino IDE). I've created simple Arduino Wiring Application for Windows IoT Core project and I've successfully deployed it from my PC where Visual Studio is installed, to the Windows IoT device (Raspberry Pi 3) to which my Arduino Meta 2560 is connected. That was after I've successfully added MuxShield library with vMicro. Later I've added Sensirion library and got some errors with "deep search" that now I know what they are all about... but then I didn't know that so I've just reinstalled both Visual Micro and Arduino IDE (here I've switched from the Microsoft Store version to the normal version because I've googled the former is troublesome). Now I've created a new project (but of the same type) and the "add library" option from vMicro menu is not there.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: no "add library" after an update
Reply #1 - Jul 11th, 2018 at 11:24am
Print Post  
If you click File>New>Arduino project to create a project does Add Library appear?
  
Back to top
IP Logged
 
Szymon M. Sabat
Newbies
*
Offline


Posts: 3
Joined: Jul 11th, 2018
Re: no "add library" after an update
Reply #2 - Jul 11th, 2018 at 11:29am
Print Post  
Yes, but it won't be UWP/IoT application then... and I'm positive it worked together before. Is it suppose to work together?
« Last Edit: Jul 11th, 2018 at 11:31am by Szymon M. Sabat »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: no "add library" after an update
Reply #3 - Jul 11th, 2018 at 11:34am
Print Post  
You probably has a project that contained an .ino of the same name in a folder of the same name. These are the rules for a valid Arduino project.

If you are using propitiatory Microsoft Azure IoT then you are not using Arduino so should not expect Visual Micro to do much for you.
  
Back to top
IP Logged
 
Szymon M. Sabat
Newbies
*
Offline


Posts: 3
Joined: Jul 11th, 2018
Re: no "add library" after an update
Reply #4 - Jul 11th, 2018 at 11:56am
Print Post  
SmartFormi (folder)
--SmartFormi.sln (solution file)
--SmartFormi (folder)
----SmartFormi.vcxproj (project file)
----SmartFormi.ino (code)
So it is the same as the test project created with vMicro (except the first folder and the solution file which are lacking).

But if you are positive that it shouldn't have worked before and what I want is not what Visual Micro does, then okay. Sad
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: no "add library" after an update
Reply #5 - Jul 11th, 2018 at 12:03pm
Print Post  
This would normally work with visual micro.

--SmartFormi (folder)
----SmartFormi.vcxproj (project file)
----SmartFormi.ino (code)

I haven't tried the Microsoft IoT stuff however a year or so ago Visual Micro was trying to build the Microsoft C++ IoT projects and someone complained so we made sure we switched off for Microsoft IoT crazyness. Why Microsoft think it's okay to use .ino files for non-arduino projects I have no earthly idea. 

The .ino extension was created by Arduino using the last 3 letters of the word Arduino. There is no INO in Microsoft Smiley

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