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 bin file output path doesn't work (Read 2760 times)
retiredArduinoGuy
Junior Member
**
Offline


Posts: 14
Joined: Jan 29th, 2020
bin file output path doesn't work
Oct 4th, 2022 at 8:01pm
Print Post  
Previous version created the bin file in the ./Release folder. The latest version now puts the bin file here:
1/Release"
I just downloaded the latest Visual Micro and I didn't change any settings. It appears that the VS setting for the output file is being ignored.
  

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


Posts: 2704
Joined: Feb 13th, 2019
Re: bin file output path doesn't work
Reply #1 - Oct 5th, 2022 at 9:02am
Print Post  
Thanks for the report.

If you enable vMicro > Compiler > Always Copy Build Output to Intermediate does this resolve the issue?
  
Back to top
IP Logged
 
retiredArduinoGuy
Junior Member
**
Offline


Posts: 14
Joined: Jan 29th, 2020
Re: bin file output path doesn't work
Reply #2 - Oct 5th, 2022 at 3:37pm
Print Post  
Yes, that works. Did something change in this last release? Why doesn't VM just use the VS specified release path?
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2704
Joined: Feb 13th, 2019
Re: bin file output path doesn't work
Reply #3 - Oct 5th, 2022 at 3:42pm
Print Post  
There have been a number of bug fixes in this area, which mean it now only copies the output to the Project\Configuration folder when the option is enabled (as it should have been previously).

The default behaviour is to build into the Temp\VMBuilds folder as you saw without the option enabled.
  
Back to top
IP Logged
 
retiredArduinoGuy
Junior Member
**
Offline


Posts: 14
Joined: Jan 29th, 2020
Re: bin file output path doesn't work
Reply #4 - Oct 5th, 2022 at 8:25pm
Print Post  
Coming from c# into the Arduino world using VS I kind of expected the Release configuration to be the default place to put my output files. But as long as I know where to find the bin file and/or change its location I'm happy. I noticed the problem when one of my followers said the bin file I was checking into GitHub was not being updated anymore! Anyway, thanks for the quick reply, much appreciated, and I really like being able to develop for esp32 using VS.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint