Question

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 ?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top