c++builder-6c++builder-10-seattle

Unable to open file vcljpg.bpi in rad studio seatle


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.


Solution

  • 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.