Maybe it's something simple, but I can't find it.
I'm trying mORMot for the first time. I put 'mORMot, mORMotSQLite3, SynSQLite3Static ' in my uses close of my form. The compiler can't find these units.
I put the directories ' mormot\, mormot\sqlite3 and mormot\SynDBDataset in the library path, but the compiler still can't find them.
(mormot is put in directory components of lazarus).
There are no problems if I compiling demo 01 and 02 in SQLite3\samples.
How can the compiler the required files?