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 24.0722.3 - VS 2017/2019/2022 (Read 392 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
24.0722.3 - VS 2017/2019/2022
Jul 28th, 2024 at 8:45pm
Print Post  
Visual Micro 2407.22.3 for Visual Studio 2022
Visual Micro 2407.22.3 for Visual Studio 2019 and 2017

  • The updated library deep search released in the .0 version caused additional load when running the compilation. Speed is improved in this release.
  • Revert: Search for "libraries in libraries" was defaulted to all library sources in the 22nd release. This has been reverted to "top-level" only. This is because large libraries with many files cause library search to be very slow. If all files should be searched then add a project board.txt with this property:- 
    • vm.preproc.lib-search.lib-in-lib=all
  • Tip: If the project sources contains many cpp or c files search for libraries can be slow. Optionally add a project board.txt with the following property:- 
    • vm.preproc.lib-search.lib-in-sketch=root-and-src
      or
    • vm.preproc.lib-search.lib-in-sketch=ino-code-only
      or
    • vm.preproc.lib-search.lib-in-sketch=root


Visual Micro 2407.22.2 for Visual Studio 2022

  • Retry if .d.vmpreproc is locked. Report errors but allow the build to continue


Prev ".1"
  • Fix: Compile: Ensure Working Directory is set correctly for Arduino 1.6x/1.8 Configurations
  • Update: Compile: Default Command Length where Relative Paths are used reduced to 32000 (was 32500). Override with Local board.txt property vm.build.compile-relative-paths-at-max-chars
« Last Edit: Jul 29th, 2024 at 5:35pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint