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 How to remove a Library from my code? (Read 3707 times)
Geezer
Junior Member
**
Offline


Posts: 13
Joined: Oct 14th, 2015
How to remove a Library from my code?
Nov 25th, 2015 at 12:06am
Print Post  
I'm having library issues as well.  I suspect I had a library cross-threaded somehow.  I manually unzipped and installed the library,  but got to a point where I could not click the solution to view portions of the library declarations, etc.  So I deleted the library completely from the Arduino library directory structure, closed all windows in Visual Micro, rebooted and verified that the Arduino IDE would not compile any more.  Then I downloaded the .ZIP to the Arduino directory tree, installed it in the Arduino IDE and verified the Arduino sketch worked. 

I cannot get the Visual Micro environment to recognize that the original library ever got removed, even after adding #pragma once, rebooting the machine, removing all indicators from the solution window. 

Any help would be appreciated.
« Last Edit: Nov 25th, 2015 at 11:44am by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Library Problem
Reply #1 - Nov 25th, 2015 at 11:43am
Print Post  
Hi Geezer,

You need to remove the library #includes from the sketch.ino

Otherwise please post the build output so we can see the problem

Thanks
« Last Edit: Nov 25th, 2015 at 11:44am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: How to remove a Library from my code?
Reply #2 - Nov 25th, 2015 at 7:57pm
Print Post  
Thanks for the screen shot. 

The problem is the project is set to x64. Please change to x86 or Win32 using the toolbar or via Build>Configuration manager"
  
Back to top
WWW  
IP Logged
 
Geezer
Junior Member
**
Offline


Posts: 13
Joined: Oct 14th, 2015
Re: How to remove a Library from my code?
Reply #3 - Nov 25th, 2015 at 9:45pm
Print Post  
Thanks for the help!  It's working now.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint