Delphi – Package Required: rtl160.bpl

delphidelphi-xe2packages

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
Screenshot from settings

Best Answer

Please check your Environment variables. Platform should been AnyCPU

Related Topic