Missing XLSRWII30_BDS2006.BPI file

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
Guest
Posts: 83
Joined: Tue Aug 16, 2005 6:08 pm

Missing XLSRWII30_BDS2006.BPI file

Post by Guest »

Hi,

I downloaded the trial version of XLSReadWriteII 3.0 and installed it as per the instructions (e.g. Add the .bpl file using Components->Install) into BDS2006 Enterprise.

When I try to use the components in a C++ VCL application I get the following series of errors:

1) When I drop the TXLSReadWriteII2 component on a empty VCL form I get a messaqge that says "Catastrophic Failure" with the following additional details:

+ $B[20CB07A7]{coreide100.bpl} StructureView.StructureView.TStructureViewServices.WndProc (Line 1059, "StructureView.pas" + 3) + $B
+ $0[51F0A2A1]{rtl100.bpl } System.System.@CheckAutoResult (Line 18061, "system.pas" + 6 ) + $0
+ $0[51F40BB0]{rtl100.bpl } Classes.Classes.StdWndProc (Line 11572, "classes.pas" + 8) + $0
+ $6A[77D48731]{USER32.dll } GetDC + $6A
+ $14A[77D48811]{USER32.dll } GetDC + $14A
+ $122[77D489C8]{USER32.dll } GetWindowLongW + $122
+ $A[77D496C2]{USER32.dll } DispatchMessageA + $A

2) I click on OK and then see the the disclaimer that the package is a trial version, I then again click on OK.

3) When I try to compile the the VCL form with the TXLSReadWriteII2 component on it I get a dialog with a heading "Find Package Import" and it is looking for XLSRWII30_BDS2006.BPI".

4) I searched my entire hard disk and there is no such file on the disk.

5) When following the exact same sequence for a Delphi VCL application I also get the "Catastropic error" mentioned in point 1 above but the application compiles and runs OK.

Please help as I would like to use the XLS components in several C++ applications we are about to develop.

Kind regards
Francois Meyer
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Post by larsa »

Hello

I can confirm this problem. It wil be fixed asap.


Lars Arvidsson
Guest
Posts: 83
Joined: Tue Aug 16, 2005 6:08 pm

Post by Guest »

Hi,

I also encounter similar problems.
So far I have more than three projects impacted by this issue.
Could you help to provide a clearer schedule on solving it ?
I need it to reschedule those projects and report to my boss.
Or could you suggest any temporary and quick solution about it ?

Thanks !!
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Post by larsa »

Hello

This is fixed now, in update 3.00.01.

Please also note that you must have the latest BDS2006 service pack installed (service pack 2). If not, delphi may find errors in the header files.


Lars Arvidsson
Post Reply