VS Arduino
Visual Micro >> Ideas, Suggestions and Related Tools >> Adding include Folder for div Src or Header
https://www.visualmicro.com/forums/YaBB.pl?num=1582139982

Message started by Arnold on Feb 19th, 2020 at 7:19pm

Title: Adding include Folder for div Src or Header
Post by Arnold on Feb 19th, 2020 at 7:19pm
Hello,
I feel sorry that i even nedd to ask for this.
It´s not always the best to follow strictly Arduino style.

I know, i could add something like #include ./path/file
but it would be more easy if it would work automaticaly

like platform.io

Mfg

Title: Re: Adding include Folder for div Src or Header
Post by Visual Micro on Feb 19th, 2020 at 10:05pm
I think this is just lack of knowledge, I have answered about the includes paths in your other post from a short time ago.https://www.visualmicro.com/forums/YaBB.pl?num=1348059336

Platform IO takes people into undocumented properiety territory and we want users to be able to build the code using Visual Micro or the Arduino IDE, to keep users in the community so that they can benefit from the support the entire community has to offer.

note:

To include headers is okay but that will not give you compilation of c++ or c files that are found in the includes. However, you can also use shared projects or shared library projects. These allow for an unlimited amount of code in any folder(s) but will all conform to the arduino standard. That way all the code can be shared with the Arduino community and more easily supported in the many different forums for Arduino.





VS Arduino » Powered by YaBB 2.6.12!
YaBB Forum Software © 2000-2024. All Rights Reserved.