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 How to #include files (Read 1190 times)
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
How to #include files
Jul 20th, 2018 at 8:24am
Print Post  
I still have a Problem 
if I do #include <fonts/Arial_bold_14.h>
the Compiler tells me

sdFatTftBitmap.ino: 21:33: fatal error: fonts/Arial_bold_14.h: No such file or directory
   #include <fonts/Arial_bold_14.h>
   compilation terminated



     An error was encountered during the 'Deep Search' library discovery process.
Build failed for project 'sdFatTftBitmap'

VS even let me choose this Header !! What I#m doing wrong 
Have a nice day
« Last Edit: Jul 20th, 2018 at 10:02am by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: How to #include files
Reply #1 - Jul 20th, 2018 at 10:02am
Print Post  
Hi

Please state if arial_bold_14.h is in the local project or is part of a library?
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint