Cant use ver 7.23. on Delphi XE4

Hi, I have installed ver 7.23 on Delphi Xe4 but have problems with bpls. For some reason are not recognized by Delphi studio even if they exist on disc. I tried to add them manually but not working. Right now I got back to 7.20

Hi,
Normally this is caused by the packages not being in the Windows Path (or being too far away in the list), or the environment entry $(PATH) not being in the delphi environment variables. Things to check:

  1. In Delphi, check that $(PATH) is in the environment variables. Follow the steps here: Not able to load package - #2 by adrian
  2. If 1. didn't fix it, go to the start menu, type "environment variables" and select "Edit Environment Variables for your account"
    Then look at the path in "User Variables":

Make sure that the path: <path where you installed FlexCel>\.tmssetup\build\bpl\Win32\ is in the path. If it is not, add it.

  1. If both 1 and 2 didn't fix it, then it might be a too long path. Try removing entries from the PATH (both this user variables and the "Main" path), and maybe moving this entry before in the list.

Hi, 3 Solved the problem, the path was way too long