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 1509.8.2 - Extension (Read 1913 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
1509.8.2 - Extension
Sep 7th, 2015 at 6:24pm
Print Post  
  • Sketch folder is always added as compiler include path unless disabled with compiler.always_include_sketchfolder=false
  • Pro version supports local sketch libraries in "[sketch\_micro-api\libraries"
  • Tools>Options>Compatibility provides settings to restrict the build process to Arduino Ide compatibility
    {*]New menu itemĀ  "Items>Add>Arduino Library" will create a new local library within the current project. The library will be #included into the .ino source code in the same way as a standard library would be #included.
  • Tools>Options>Compatibility>CompileFilesInProject - Support sub folders for each sketch, compile the files included into the visual studio solution (except the "_micro-api" folder)
  • Tools>Options>Compatibility>Include ALL files in project root - Compile all files in the root of a sketch (ino,cpp etc) regardless of their inclusion in the project. (Default=True for compatibility with the Arduino Ide)
  • Added "Compile" button to the "Micro Project" tool bar and Visual Micro menu
  • Added "Compile & Upload" button to the "Micro Project" tool bar and Visual Micro menu
  • Moved "Install library from zip" to the libraries menu
  • Added "Refresh" to the libraries menu which is the same as Rescan in the micro explorer. Refreshes the installed library and hardware views without need to close and reopen the ide. 
  • Prevent VS from creating annoying ipch folder below each sketch. Automatically set c++ intellisense to use fallback location. Automatically switch off C++ intellisense "using fallback" notification. Disable this feature via "Tools>Options>Visual Micro>User Interface>Use Intellisense Fallback Location". When the fall back location is being used the \ipch folders below each sketch will no longer be used and can be deleted. BY default the "fallback location" us windows temp but the path can be altered in "Tools>Options>Text Editor>C++>Advanced"
  • Ensure missing project root folder source includes when projects are opened (failed in last version)
« Last Edit: Sep 8th, 2015 at 2:04am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint