ReportBuilder6 & C++ Builder 5
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!
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!
This discussion has been closed.
Comments
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
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
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;