简体   繁体   中英

How to install Cindy Component on Delphi XE5?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM