Info : compilation error with XLSReadWriteII 6

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
coheris
Posts: 23
Joined: Fri Feb 16, 2018 4:24 pm

Info : compilation error with XLSReadWriteII 6

Post 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 !
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Info : compilation error with XLSReadWriteII 6

Post 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.
Lars Arvidsson, Axolot Data
coheris
Posts: 23
Joined: Fri Feb 16, 2018 4:24 pm

Re: Info : compilation error with XLSReadWriteII 6

Post by coheris »

Hello larsa,

Thank you for your quick answer :)

Best regards.
Post Reply