Unable to open file vcljpg.bpi in rad studio seatle

1.5k Views Asked by At

I'm trying to upgrade an C++ Builder 6 component package to rad studio seatle 10.

I can compile and install successfully in C++ Builder 6.

But I try project compile and install in Rad Studio C++ Builder then showing that linker error message.

[ilink32 Error] Fatal: Unable to open file 'VCLJPG.BPI'

The package requires in Rad Studio Seatle

enter image description here

Also I've checked vcljpg.bpi file exist F:\Borland\CBuilder6\Lib\Release in C++ Builder 6.

But I couldn't find this file in Rad Studio Seatle.

What' equivalent of this file on Rad Studio Seatle ?

what's my problem.

1

There are 1 best solutions below

4
Remy Lebeau On BEST ANSWER

The JPG code is no longer in its own vcljpg package. When GIF and PNG were added to the RTL years ago, they were all merged together into a new vclimg package. You need to update your package's Requires list to refer to vclimg.bpi instead of vcljpg.bpi`, and then make any updates to your package's source code as needed.