Mikroelektronika MIKROE-738 Datenbogen

Seite von 682
mikroC PRO for PIC32
MikroElektronika
671
Following options are available:
Icon
Description
Add Search Path.
Remove Search Path.
Purge Invalid Paths.
Paths for Source Files (
.c
)
You can specify either absolute or relative path to the source file. If you specify a relative path, mikroC PRO for PIC32 
will look for the file in following locations, in this particular order:
1. the project folder (folder which contains the project file 
.mcp32
), 
2. your custom search paths, 
3. mikroC PRO for PIC32 installation folder 
> Uses
 folder. 
Paths for Header Files (.h)
Header files are included by means of preprocessor directive
 #include
. If you place an explicit path to the header file 
in preprocessor directive, only that location will be searched.
You can specify either absolute or relative path to the header. If you specify a relative path, mikroC PRO for PIC32 will 
look for the file in following locations, in this particular order:
1. the project folder (folder which contains the project file 
.h
), 
2. mikroC PRO for PIC32 installation folder 
> Include
 folder. 
3. your custom search paths 
Related topics:File Menu, File Toolbar, Project Manager, Project Settings