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 Add a separate Include File (Read 1895 times)
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
Add a separate Include File
Jul 14th, 2018 at 1:08pm
Print Post  
Hello 
How can I add a separate  Include Folder for Files I need just for this Project like Fonts or Bitmaps. I thought I can do this in C++ Include Files but that was not working.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Add a separate Include File
Reply #1 - Jul 14th, 2018 at 1:39pm
Print Post  
Hi

You can create folders below a folder called \src

ProjectFolder\src\Folder1
ProjectFolder\src\Folder1\Folder1_a
ProjectFolder\src\Folder2

Or you can use shared projects if the code will be common to other Arduino projects.
  
Back to top
IP Logged
 
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
Re: Add a separate Include File
Reply #2 - Jul 15th, 2018 at 11:34am
Print Post  
Thank you very much it works like this, cool Cool
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Add a separate Include File
Reply #3 - Jul 20th, 2018 at 10:01am
Print Post  
Off-Topic replies have been moved to this Topic.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint