質問

I install cindy component in delphi xe5 and it gives this error when installing dpkCindyDBXDXE5.bpl:

Can't load package C:\Component\cyComponents6\DbExpress\dpkCindyDBXDXE5.bpl.
%1 is not a valid Win32 application.

How to solve ?

役に立ちましたか?

解決

It's likely that you are trying to load the 64 bit version of the package. This should not be loaded at design time. The instructions for building the Cindy library include building both the 32 bit packages and 64 bit packages. Make sure that you build both but only the 32 bit package (pkCindyDBXDXE5.bpl) should be in the same folder as the dpkCindyDBXDXE5.bpl file.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top