Jump to content

Development

Members
  • Content Count

    14
  • Joined

  • Last visited

Posts posted by Development


  1. I just upgrate to RAD Studio 10.4.2 Sydney (c++) and I am trying to install the last version of ICS Overbyte (8.65) but the design installation failed.

    No problem for the run-time projects, I can compiled them without error but for design projects I have this error :

     

    image.thumb.png.de5cff20a9946bcf82c11b8a0d79ee5e.png

     

    I check the path, the requested .bpl is in the folder. I have the same kind of error for the 3 design proj.

     

    Thanks for your help,


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

     


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


  4. Hi,

     

    I also have this error on RAD Studio 10.2 Tohyo with C++ Builder.

    I followed the readme instructions : build run project (Debug and Release) and install design project.

    I don't have the .obj installed on my machine.

     

    Thanks,


  5. Hi, 

    I upgrade the ICS Overbyte version I used to be able to use this Library with RAD Studio 10.2 Tokyo (C++ Builder). I already have a version on a separare computer that works with Rad Studio XE5.

    Since I add a TWSocket component on a form, I can't compile the project anymore. I have an error : You must define one of SECURITY_WIN32, SECURITY_KERNEL or SECURITY_MAC from sspi.h file. 

    I Added #define SECURITY_WIN32 at the beginning of my project by the problem is not solved. 

    Can you help me ?

     

    Best regards, 

×