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 ?
Cannot load package XLSRWII30_D2005.bpl in D2005
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.
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.