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 !
Info : compilation error with XLSReadWriteII 6
Re: Info : compilation error with XLSReadWriteII 6
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.
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.
Lars Arvidsson, Axolot Data
Re: Info : compilation error with XLSReadWriteII 6
Hello larsa,
Thank you for your quick answer
Best regards.
Thank you for your quick answer
Best regards.