Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

ReportBuilder6 & C++ Builder 5

edited April 2002 in General
Hello!

I tried to compile RB6 for C++ Builder 5.0! After creating rbRCL55.bpk, on
compiling, I allways get
next error messages:
[Pascal Error] ppIniStorage.pas(577): Unsupported language feature:
'abstract class method'
[Pascal Fatal Error] ppClass.pas(17): Could not compile used unit 'ppPrnabl'

Do you have RB for C++ Builder?? How to translate RB for C++ Builder??

Tnx, Dalibor!

Comments

  • edited April 2002
    There is not C++ support for ReportBuilder.

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

  • edited April 2002
    OK, very interesting IS that C++ Builder can compile pascal code. After
    creating new bpk,
    you can just add pascal sources to this bpk. After compiling you get hpp,
    obj, bpi, bpl, lib
    and other files you can use in C++ Builder. I compiled some other very known
    VCL
    components this way and all are working fine.

    I tried yours RB and liked it very much. I'm very suprised how you have
    concentrated development
    of this fine tool only on Delphi. As you know, most of the world top
    programmers/software
    companies are using C/C++ to build their applications. Especially low-level
    programmers.

    Dalibor!

    "Alexander Kramnik (Digital Metaphors)" wrote
  • edited April 2002
    Hi Dalibor,


    I thought the world top programmers write their own report engines, to avoid
    any code/application from the average developer using Delphi? ;-)

    regards,
    Chris Ueberall;
  • edited April 2002

This discussion has been closed.