You are not logged in.
Pages: 1
I downloaded the New Pascal pack to use mORMot.
A lot of the samples compile fine
but the other samples complain they cannot find the file SynDprUses.inc
{$I SynDprUses.inc}
when compiled in Delphi Berlin.
They are also complaining about the missing mORMot unit.
Do these files need to be renamed?
Please help.
Dennis
Offline
It is not a search path issue. Those files are not in the ccr folder at all.
I even searched the entire New Pascal folder and subfolders and could not find those files.
I suspect those files have been renamed but some samples files are still using old file names
Offline
SynDprUses.inc is in the root folder of mORMot.
See https://github.com/synopse/mORMot
and https://github.com/synopse/mORMot/blob/ … prUses.inc*
This file has not changed since... years...
Please use the mORMot trunk.
Or at least post in the NewPascal thread of this website.
It is not a mORMot issue, but may be a NewPascal issue.
Offline
Please follow Ab's advice: use mORMot trunk.
It will run very well with FPC !
But do follow the documents when using FPC !!
http://synopse.info/files/html/Synopse% … l#TITL_113
Offline
Thanks a lot for all your advice.
Offline
Pages: 1