Can't intsall in XE

Hi
   XlsxAdapterXE and XlsxAdapterXE_DESIGN can't compiler.

   Demo can't Compiler.

Thanks

billyChou

Hi,

Have you installed first FlexCel 6 and then FlexCel 3.9?

Hi
   First install FlexCel 6 , FlexCel 3.9 not use.
  

billyChou

XlsxAdapter is from FlexCel 3.9, there isn't any XlsxAdapter in FlexCel 6. If you are getting this error, then you are trying to install FlexCel 3.9.


Please verify you have the correct setup.exe

Hi

package XlsxAdapterXE;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'FlexCel XLSX Adapter'}
{$IMPLICITBUILD OFF}

requires
  rtl,
  dbrtl,
  vclimg,
  vcl,
  FlexCelXE;
  //FlexCel_Core, // unit not found
  //VCL_FlexCel_Core,  // unit not found
  //FlexCel_XlsAdapter;  // unit not found

contains
  XLSXAdapter in 'XLSXAdapter.pas';

end.

Yes, this is FlexCel 3.9. It is referencing units from FlexCel 6 (FlexCel_Core, etc), and this is why you can't install it.

If you want to install 3.9, you need to install FlexCel 6 first. If you don't want 3.9, don't install that setup.

From your error, you haven't got FlexCel 6 installed.

Hi
  remove 3.8, install 6.2 it is ok .

Thanks