Forum > Options
Still strugling with 'include file not found'
Marc:
Just to make things sure, did you enter the path to your .inc fiile in project - compiler options - other sources ?
Elphi:
I set the search path in project|compiler options|include files
Elphi:
0.9.16 didn't fix this. Any news, please?
Marc:
Yes.
After yet another long email conversation with Mattias, I now understand how things should be configured.
The projectsettings such as search paths are applied to any file found in a directory where at least one project (member) file exists.
You can configure this in project -> project inspector.
Make sure you add your units there.
Elphi:
--- Quote from: "Marc" ---Yes.
After yet another long email conversation with Mattias, I now understand how things should be configured.
--- End quote ---
Wiki stuff?
Could you please explain your advice further? Suppose one needs the JclStrings unit from the Jcl library. It can be found in ..\jcl\common and needs Jcl.inc which resides in ..\jcl.
Of course one should make in entry in compiler options|paths|other unit files:
..\jcl\common for the source, but how to deal with Jcl.inc?
Navigation
[0] Message Index
[#] Next page
[*] Previous page