I'm installing delphi 10
, I was interested that you can develop almost for any platform without so many fights (only record to see, but already at the time of the action if it is quite complex).
Well, now it has been done as if it were personal, that is, I install it because I install it, because I'm stuck with some component or package as you want to call it. The component is the RxLib, and I perform the following procedure:
I unzipped the rlib in the components folder in c: \ Delphi Components
I included the directory where the unit
of
the Rx(...RxLib_XXX\Units)
in:
Tools->options
- Environment Options
- Delphi Options
- Library - Win32 | Library Path
I opened the project from the IDE:
File->Open: ...\RxLib_XXX\Units\RxlibXXX.bdsgroup
try to compile all the packages:
Project-> Build All projects.
This is where I get a kick, because I send this error, I already went around everywhere but nobody tells me specifically
[dcc32 Fatal Error] RtmRxCtl230.dpk (42): E2202 Required package 'rtl' not found
Where did it fail? and what I have to do to correct it.