1

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

4

2 に答える 2

0

環境変数を確認してください。プラットフォームは AnyCPU である必要があります

于 2012-06-19T13:46:30.990 に答える
0

わかりましたので、問題を解決しました。実際には私の側のエラーでした。デルファイがパッケージを見つけられないように見える場合は、実行時パッケージがコンパイル済みパッケージにリンクされていないことを確認してください

ctrl + shift + F11 を押すと、アプリケーションの設定を Delphi で確認できます。

于 2012-06-22T20:42:03.163 に答える