Installation into XE3

  • I'm having a problem installing WPT6 Bundle Pro into XE3. I run the installation and this is fine, but it doesn't seem to install to the component pallette. When I try to install manually the compile has errors. I can't remember having these issues before in previous versions of Delphi and I can't find any docs on installation.

    BTW, when the installation process gets to the age that identifies the Delphi versions you want to install for only the Samples option is checked - even though it says Full Installation.

    This computer only has XE3 and Quintessence installed on it.

    Any ideas? Thanks

    • Offizieller Beitrag

    Sorry, the Bundle install misses this lines in WPINC.INC:

    {$IFDEF VER240}
    {$WARNINGS OFF}
    {$DEFINE UNICHAR} // Delphi 2011, X3
    {$DEFINE DELPHIXE} // need new uses clause
    {$ENDIF}

    To install a package go to the directory XE3 and open the DPK file. You can then compile and install it.

    We include as little binary files as possible to make download reasonable small. They are also not required.