You are not logged in.
Pages: 1
Well it looks like the problem is due to the use of the 'object' type in the Delphi code, which seems to have been long since deprecated. Would it be possible to modify the code to use classes instead? I would certainly be willing to help with testing in C++ if you do this.
I noticed somebody had a similar problem with Big Table (http://synopse.info/forum/viewtopic.php?id=437), so I'm not the only one looking to use Synopse code in C++.
Regards,
Robin
Hi,
I am interested in using the PDF Engine in C++ Builder (no Delphi installed), is this possible?
I tried to build a simple project using the following files:
SQLite3Pages.pas
SynCommons.pas
SynLZ.pas
Synopse.inc
SynPDF.pas
but I get the following error many times:
[DCC Error] SynCommons.pas(1799): E1025 Unsupported language feature: 'Object'
Regards,
Robin
Pages: 1