Tim@Visual Micro wrote on Nov 18
th, 2016 at 3:39pm:
1)
Maybe it's because the examples\01.Basics folder resides below the arduino ide and permissions makes it readonly.
This is the example file that came with the Arduino programming tool, it is not right protected.
Tim@Visual Micro wrote on Nov 18
th, 2016 at 3:39pm:
2)
Try using micro explorer to open a copy of the example and then see if you have the problem.
Unfortunately, there is no difference in the error message.
Tim@Visual Micro wrote on Nov 18
th, 2016 at 3:39pm:
3)
Ensure that you have not switched on vmicro>debugger>use visual studio debugger. If you cant see the menu item then ignore this.
This option is not available.
Tim@Visual Micro wrote on Nov 18
th, 2016 at 3:39pm:
4)
Check the "Micro Build" output window, the standard c++ build is not supposed to happen but does change the output window so can be confusing.
cpp flag is not set. It is building using the Arduino compiler.
Tim@Visual Micro wrote on Nov 18
th, 2016 at 3:39pm:
5)
Make sure the folder name, project name and .ino name match.
As stated at the beginning, these are the example files that came with the Arduino programming IDE. These files are correctly labeled and should work as installed. I have not made any changes to these files or their names.
thanks for trying. if you can think of anything else, it will be greatly appreciated.