You are not logged in.
Pages: 1
Hi I am getting the following when running test sql
[DCC Fatal Error] TestSQL3.dpr(107): F1026 File not found: 'SynDprUses.inc'
I have downloaded the latest nightly builds
regards
ettienne
Offline
You didn't set the paths as stated in the documentation, for sure:
Setup the Delphi IDE
To let your IDE know about mORMot source code, add the following paths to your Delphi IDE (in Tools/Environment/Library or Tools/Options/Language/Delphi Options/Library menu depending on your Delphi version):
- Library path:
(...existing path...);D:\Dev\mORMot;D:\Dev\mORMot\SQLite3;D:\Dev\mORMot\SynDBDataset
- Search path:
(...existing path...);D:\Dev\mORMot;D:\Dev\mORMot\SQLite3;D:\Dev\mORMot\SynDBDataset
Offline
Pages: 1