Hi all,

This post is a follow up to a thread in the tiOPF newsgroup.

Background:
I'm using tiOPF and it uses an include file, tiDefines.inc.  The problem that I 
have (using Laz 0.9.24/FPC 2.2.0) is that Lazarus complains:

\tiOPF2\GUI\tiGenericEditMediators.pas(23,2) Fatal: Can't open include file 
"tiDefines.inc"

This is a little confusing because I have actually included the directory where 
the tiDefines.inc file is located within my project search paths.  If I change 
the source

From:
   {$I tiDefines.inc}
To:
   {$I ../Core/tiDefines.inc}

The error goes away and Laz/FPC is happy.

I remembered Graeme suggesting to use the lazarus package file (.lpk) which 
would solve the problem.  I did that, but it still manifests the problem.

Graeme suggested that I start a thread here so that he could explain it a bit 
better as it involves not just tiOPF's .lpk, but perhaps the general subject of 
using .lpk files?

Thanks,

-- 
Warm Regards,

Lee

"Everything I needed to learn in life, I learned selling encyclopedias door to 
door."
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to