Page 1 of 1

Info : compilation error with XLSReadWriteII 6

Posted: Mon Feb 19, 2018 10:26 am
by coheris
Hi Axolot Team,

I'm using Delphi 6 personal edition, and I have a project which uses XLSReadWriteII 4.
In order to manage XLSX files, I want to try XLSReadWriteII 6.

I've downloaded XLSReadWriteII 6 binaries for Delphi 6 on the Axolot website, but the compilation fails at the XLSReadWriteII5 import saying that "Masks.dcu" is not found (I don't have this issue with XLSReadWriteII 4).

Is it a matter of setup (I was not able to install the packages as described in DelphiInstall.txt, probably because it's a personal edition, but I didn't need it for version 4),
or
Is it because it's a trial version ?

Best regards !

Re: Info : compilation error with XLSReadWriteII 6

Posted: Mon Feb 19, 2018 10:58 am
by larsa
Hello

The unit "Masks.dcu" is a part of Delphi, at least the standard version. If it's missing in the Personal Edition, there is not much to do. The source code will probably compile with the Personal Edition as the Masks.dcu is only used for calculating some formula type and can be removed.

Re: Info : compilation error with XLSReadWriteII 6

Posted: Mon Feb 19, 2018 11:07 am
by coheris
Hello larsa,

Thank you for your quick answer :)

Best regards.