[fpc-pascal] [FPC-Pascal] FPC Graphics options?

Ewald ewald at yellowcouch.org
Tue May 23 20:02:52 CEST 2017


On 23/05/17 19:50, James Richters wrote:
> *correction  to directory names:
> Now I got an error that it could not find graphh.inc So I copied all the .inc files from J:\Programming\FPC 3.0.2\units\i386-win32\ptcpas\ptcgraph\inc  to J:\Programming\FPC 3.0.2\units\i386-win32\ptcpas\ptcgraph because I have no idea how else to make it find them.

Just like you now use -FuSomePath to tell the compiler where to find
units, you can use -FiSomePath to tell the compiler where to look for
include files.

See `fpc -h`, under the section "-F<x> Set file names and paths:" for a
list of other related switches.


-- 
Ewald



More information about the fpc-pascal mailing list