Forum Replies Created
-
AuthorPosts
-
dazipe
ParticipantInstalling the Preview 10 did not help at all!
It actually made it worse because now the clang intellisense doesn’t see the STL components like <vector> <map> or <memory>.
The code compiles fine but intellisense underscores it with the red line.
Attachments:
You must be logged in to view attached files.November 23, 2018 at 13:36 in reply to: Arduino project Referenced Libraries missing sub folders for Source files #22849dazipe
ParticipantI checked and it behaves the same way when I move everything in the “src” folder.
No sub folders displayed for “Source Files”
It is a bug!
I’m now on the latest VisualGDB 5.4 preview 10.
November 23, 2018 at 11:46 in reply to: Arduino project Referenced Libraries missing sub folders for Source files #22847dazipe
ParticipantAlso there is a note in the link you provided:
“For backward compatibility with Arduino 1.0.x, the library author may opt to place source code into the root folder, instead of the folder called src. In this case the 1.0 library format is applied and the source code is searched from the library root folder and the utility folder, for example:”
November 23, 2018 at 11:44 in reply to: Arduino project Referenced Libraries missing sub folders for Source files #22846dazipe
ParticipantHello,
I’m using TFT_eSPI library downloaded in Arduino IDE with the library manager. It is working and compiling fine. It is one of the most popular display library and I did not modify it.
The file I wanted to debug located in /Extensions folder and it is included as “Extensions/Smooth_font.cpp”
So the Arduino can include files from sub folders..
This looks like a bug from in your IDE. Since, like I mentioned, the Header File virtual folder has all the sub folders of the project.
-
AuthorPosts