Link to home
Start Free TrialLog in
Avatar of dirkil2
dirkil2

asked on

Delphi: Installation problems with graphics32

Hi there!

I downloaded the latest graphics32 files (1-9-0) and tried to get it to work in Delphi 2010. I added the installation directory to my library path and opened the design time package GR32_DSGN_RS2010.dpk. When I try to compile it I am getting the following error:

[DCC Fataler Fehler] GR32_DSGN_RS2010.dpk(33): E2202 Package 'GR32_RS2010' wird benötigt, konnte aber nicht gefunden werden

Translated literally this means:
[DCC Fatal Error] GR32_DSGN_RS2010.dpk(33): E2202 Package 'GR32_RS2010' required, but could not be found

I also tried to add the package directory to the path but this didn't help either.

Any idea why the installation fails?

Regards,

Dirk.
Avatar of Mahdi78
Mahdi78
Flag of Algeria image

Try to add rtl.dcp to requires clause of package from lib directory
Avatar of dirkil2
dirkil2

ASKER

It is already in the requires clause together with:
designide.dcp
GR32_RS2010.dcp
vcl.dcp
ASKER CERTIFIED SOLUTION
Avatar of Mahdi78
Mahdi78
Flag of Algeria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dirkil2

ASKER

This did the trick. I don't understand it but now it's working.

Thank you very much!
You are welcome