9

I have just installed 10.3 Rio Community version and are trying to add mORMot-libraries to it.

But I can't find where I shall add it.

In my XE6-version it's in the Tools-menu but in 10.3 I can't find it.

David Heffernan
  • 572,264
  • 40
  • 974
  • 1,389
larand
  • 685
  • 7
  • 18

3 Answers3

8

The mORMot documentation states:

Download and uncompress the framework archives, including all sub-folders, into a local directory of your computer (for instance, D:\Dev\Lib).

Then add the following paths to your Delphi IDE (in Tools/Environment/Library menu):

Library path: (...existing path...);D:\Dev\Lib;D:\Dev\Lib\SQLite3;D:\Dev\Lib\SynDBDataset

Search path: (...existing path...);D:\Dev\Lib;D:\Dev\Lib\SQLite3;D:\Dev\Lib\SynDBDataset

I have corrected the documentation to add the Tools->Options->Language->Delphi Options->Library path suggested by Dave.

Arnaud Bouchez
  • 40,947
  • 3
  • 66
  • 152
  • Ok, thank's. I missed that 'Tools->Language..' I never thought it could be there. – larand Feb 25 '19 at 10:01
  • I rewrote this part of the documentation - there was a lot missing, including latest FPC information. I hope it helps. – Arnaud Bouchez Feb 25 '19 at 20:11
  • O yes, it helped. :-) No problems after that I found the right Place in the menue - Tools->Options->Language->Library. Strange thow, that that they have put it in the Language tab. – larand Feb 25 '19 at 20:26
  • Should I use this approach to try to resolve this error also ? : [dcc32 Fatal Error] Project1.dpk(32): E2202 Required package 'rtl' not found – Allan F Nov 21 '19 at 05:45
2

search path is in Project->Options->Delphi Compiler->Search Path

attention: this options are available only after project creation

0

versao delphi 10.3 Tools > Options > Language > Delphi Options > Library