[fpc-pascal] Trying to compile ZeosDBO cli program
stdreamer
stdreamer at freemail.gr
Tue Feb 13 11:41:59 CET 2018
On 13/02/2018 04:50 πμ, Terry A. Haimann wrote:
> First of all, thank you for looking at this, Terry H.
>
> To compile a cli FreePascal program to use ZeosDBO library, I assume all
> I have to do is include the path to those files.
>
> On my laptop, the files appear to be in:
>
> /home/terry/ZeosDBO/packages/lazarus/lib/x86_64-linux
>
> Well after adding that to the path and put ZConnection in the uses
> clause, it comes up with a "Can't find unit ZConnection"
>
you do not add the path (remove it) you add the ZeosDBO package to your
required packages. Open the project inspector and select add new
requirement. that will sort the file not found out for you.
More information about the fpc-pascal
mailing list