You are not logged in.
Pages: 1
Hello,
I am very new to lazarus, and don't know how to set the search and library path for the mORMot files. I read in the lazarzs forums, that I cannot set such pathes!?
So how to tell lazarus, where the files are located in order my project can find it?
thanks,
Markus
Offline
Project->Project Options->Compiler Options->Paths ; in field "Other unit files"
best regards,
Maciej Izak
Offline
Thanks!
Offline
I have added all 3 pathes as mentioned in the documentation, but when I use the mormot unit, I get the error message: "Cannot open include file "Synopse.inc" in the mormot.pas file.
That file is present and that path is also in the project options. Any hint, why it cannot open that file?
Offline
Lazarus is different than Delphi. You need to add additional path to mORMot directory (place where Synopse.inc is located) in:
Project->Project Options->Compiler Options->Paths ; in field "Include files"
best regards,
Maciej Izak
Offline
Thanks a lot. You saved my day
Offline
Pages: 1