Cannot load package XLSRWII30_D2005.bpl in D2005

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
Tomr
Posts: 2
Joined: Wed May 30, 2007 7:45 am

Cannot load package XLSRWII30_D2005.bpl in D2005

Post by Tomr »

Message appears when installing XLSRWII30_D2005.bpl:

Cannot load package XLSRWII30_D2005.bpl. It contains unit 'jpeg' which is also contained in package 'vcljpg90'.

What package is vcljpg90 used for ? How can this be resolved ?
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Post by larsa »

Hello

The jpeg unit is probably used somewhere else in your application. Please try to check this. Please also consider an upgrade to a later delphi version, as Delphi 2005 is extremly buggy, something that even Borland (CodeGear) admits.


Lars Arvidsson
Tomr
Posts: 2
Joined: Wed May 30, 2007 7:45 am

Post by Tomr »

TJPEGImage encapsulates a jpeg graphic.

Unit
jpeg

Syntax


[Delphi] type TJPEGImage = class (Graphics.TGraphic);


This is a fundamental unit in Delphi 2005. I have reloaded D2005 back to its basic format and I still get the same error. How could XLSReadWrite possibly work when you use a unit 'JPEG' which has the same name as a fundamental Delphi unit.

I have purchased this package and now am concerned. All my other functions are written for D2005 and would prefer if I did not have to go upgrade at this stage.

Please help.
Post Reply