not found XLSRWII5_DXE7.bpi

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
MCorvinus
Posts: 4
Joined: Sun Apr 10, 2016 2:51 pm

not found XLSRWII5_DXE7.bpi

Post by MCorvinus »

Hello
C++ Builder XE7
When trying to compile my project, it shows the message: unable to find package import: XLSRWII5_DXE7.bpi
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: not found XLSRWII5_DXE7.bpi

Post by larsa »

Hello

This is fixed now. Please download the package again.
Lars Arvidsson, Axolot Data
MCorvinus
Posts: 4
Joined: Sun Apr 10, 2016 2:51 pm

Re: not found XLSRWII5_DXE7.bpi

Post by MCorvinus »

It's working. Thanks.
MCorvinus
Posts: 4
Joined: Sun Apr 10, 2016 2:51 pm

Re: not found XLSRWII5_DXE7.bpi

Post by MCorvinus »

Hello
I updated C++ Builder to 10.1 Berlin
When trying to compile my project, it shows the message: unable to find package import: XLSRWII6_DDX101.bpi
MCorvinus
Posts: 4
Joined: Sun Apr 10, 2016 2:51 pm

Re: not found XLSRWII5_DXE7.bpi

Post by MCorvinus »

I set the path manually.
Delphi compiles fine.
С++ shows the error:


[bcc32 Error] XLSUtils5.hpp(299): E2451 Undefined symbol 'INF'
[bcc32 Error] XLSDrawing5.hpp(451): E2219 Wrong number of arguments in call of macro 'RGB'
[bcc32 Error] XLSDrawing5.hpp(451): E2321 Declaration does not specify a tag or an identifier
[bcc32 Error] XLSDrawing5.hpp(549): E2219 Wrong number of arguments in call of macro 'RGB'
[bcc32 Error] XLSDrawing5.hpp(549): E2321 Declaration does not specify a tag or an identifier
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: not found XLSRWII5_DXE7.bpi

Post by larsa »

Hello

I have no idea what causes the compiler error. There is no "INF" symbol in the file XLSUtils5.pas. Please check that you don't have mixed up other versions of the component.
Lars Arvidsson, Axolot Data
Post Reply