Cant use ver 7.23. on Delphi XE4

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.