Jump to content
Development

Impossible to install ICS for RAD Studio 10.3.2 Rio

Recommended Posts

Hello,

 

I am trying to install ICS for RAD Studio 10.3 Rio. As said in the ReadMe document, I open CB103InstallVclFmx.groupproj into RAD Studio 10.3.2 Rio.

This group of project contains 3 Run projects and 3 Design Project.

I am trying to build the Run projects and it failes :

- project IcsCommonCB103Run.cbproj returns 'false.dpr' file not found

- project IcsVclCB103Run.cbproj and IcsFmxCB103Run.cbproj => enable to open 'ICSCOMMONCB102RUN.LIB'

Why projects are looking for ICSCOMMONCB102RUN.LIB when I am trying to install 103 version ?

 

If somebody can help ?

 

Best regards

Share this post


Link to post

Hello,

 

I found in the forum a post that give a solution for my problem (Trying to install ICS 858 on C++ Builder Rio 10.3.1 post by alank2).

I follow the given instructions : made the changes in the different files and added the Win32 folder to the path.

 

With files corrections, the compilation of the Run projects works fine. Good news !!

 

But I still have a problem with Design projects. When I am trying to install them I always have the error : enable to open the package. The requested .bpl are in the folder.

I try to add this package directly with RAD Studio IDE from Component -> Install packages but the error is still there.

What can I do to solve this error ?

 

Thanks for your help.

 

Share this post


Link to post

After compiling the packages, you must install the design time packages. Right click on the project and select "install" in popup menu.

 

Share this post


Link to post

It is what I am doing.

 

On IcsCommonCB103Design.bpl (in RAD Studio), right click -> build => OK build succeed then right click -> Install => Error Impossible to load the package (see attachment).

However the file is in the directory and the system path update to access Win32 folder.

 

I am doing the same for the 2 others design projects.

 

package_error.PNG

Share this post


Link to post

How can I have more informations about the bpl ? It is the first time I have a problem to install package into RAD Studio.

 

Is there any options in RAD Studio to change to be able to know what is the problem ?

Share this post


Link to post

Hi,

 

I solved the problem. I added the path to BPL in system variables for my user, I don't know why it doesn't take variables defined for all users.

Thanks,

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×