I’m currently using delphi xe2. well the firemonkey part of it. I use to be able to compile and test my project. I tried the tested version on win xp and it needed the rtl160.bpl package, so I added it. Now it is failing to compile even on my machine. I keep getting errors saying
[DCC Fatal Error] E2202 Required package ‘rtl160’ not found
…even after i removed it from the packages, so can anyone help me please fix this problem ?
Edited Afterwards.
It seems to complile on my machine once I unchecked “Link with runtime packages” but still doesn’t run on win xp

Okay cool so I solved the problem, it was actually an error on my part, if delphi cant seem to find the package make sure that the run time packages aren’t linked to the compiled packages
You can check the settings of your application in delphi by pressing ctrl + shift + F11