Page 1 of 1
Cannot load package XLSRWII30_D2005.bpl in D2005
Posted: Wed May 30, 2007 7:51 am
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 ?
Posted: Wed May 30, 2007 1:33 pm
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
Posted: Sat Jun 02, 2007 11:21 am
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.