#1 Re: mORMot 1 » Examples do not compile. » 2019-12-20 22:48:18

BV

The problem is resolved, see the indicated topic.

#2 Re: mORMot 1 » Error after install » 2019-12-20 22:46:29

BV

That's right !! You are right, I completely forgot about the link to a separate directory with SynPDF.
The problem is solved, thank you very much!

#3 mORMot 1 » Examples do not compile. » 2019-12-20 19:37:09

BV
Replies: 1

Hello, there was a problem similar to that described in another topic:
https://synopse.info/forum/viewtopic.php?id=5211
I wrote a comment in it.
Thanks.

#4 Re: mORMot 1 » Error after install » 2019-12-20 19:28:46

BV

Hello, I have a similar problem.
I downloaded the latest version of the framework today (https://github.com/synopse/mORMot/archive/master.zip)
Unpacked, registered all the paths in the IDE (as described in 26.3.3. "Setup the Delphi IDE"; Library path:
(... existing path ...); D: \ Dev \ mORMot; D: \ Dev \ mORMot \ SQLite3; D: \ Dev \ mORMot \ SynDBDataset).

None of the examples compile. I tried both in Delphi_2007, and in Delphi_10.1 Berlin - the result is the same.
Windows 10.

[DCC Error] SynTable.pas(4857): E2003 Undeclared identifier: 'unaligned'
[DCC Error] SynTable.pas(4951): E2003 Undeclared identifier: 'unaligned'
[DCC Error] SynTable.pas(5008): E2003 Undeclared identifier: 'BOOL_UTF8'
[DCC Error] SynTable.pas(5023): E2003 Undeclared identifier: 'unaligned'
[DCC Error] SynTable.pas(5563): E2003 Undeclared identifier: 'unaligned'
[DCC Error] SynTable.pas(5644): E2003 Undeclared identifier: 'unaligned'
[DCC Warning] SynTable.pas(5645): W1023 Comparing signed and unsigned types - widened both operands
[DCC Warning] SynTable.pas(5647): W1023 Comparing signed and unsigned types - widened both operands
[DCC Error] SynTable.pas(5837): E2003 Undeclared identifier: 'unaligned'
[DCC Error] SynTable.pas(6137): E2003 Undeclared identifier: 'NextGrow'
[DCC Error] SynTable.pas(7189): E2034 Too many actual parameters
[DCC Error] SynTable.pas(7363): E2010 Incompatible types: 'string' and 'Pointer'
[DCC Error] SynTable.pas(8028): E2003 Undeclared identifier: 'DynArray'
[DCC Error] SynTable.pas(8073): E2003 Undeclared identifier: 'DynArray'
[DCC Error] SynTable.pas(8096): E2003 Undeclared identifier: 'DynArray'
[DCC Error] SynTable.pas(8119): E2003 Undeclared identifier: 'DynArray'
[DCC Error] SynTable.pas(8120): E2003 Undeclared identifier: 'Capacity'
[DCC Error] SynTable.pas(8123): E2003 Undeclared identifier: 'DynArray'
[DCC Error] SynTable.pas(8205): E2003 Undeclared identifier: 'SetBitPtr'
[DCC Error] SynTable.pas(8243): E2003 Undeclared identifier: 'GetBitPtr'
[DCC Error] SynTable.pas(8319): E2003 Undeclared identifier: 'unaligned'
[DCC Error] SynTable.pas(9626): E2250 There is no overloaded version of 'Decompress' that can be called with these arguments
[DCC Error] SynTable.pas(9718): E2034 Too many actual parameters
[DCC Error] SynTable.pas(9772): E2003 Undeclared identifier: 'NextGrow'
[DCC Error] SynTable.pas(10254): E2003 Undeclared identifier: 'PosExChar'
[DCC Error] SynTable.pas(10355): E2003 Undeclared identifier: 'PosExChar'
[DCC Error] SynTable.pas(10881): E2034 Too many actual parameters
[DCC Error] SynTable.pas(12289): E2003 Undeclared identifier: 'NewSynLocker'
[DCC Error] SynTable.pas(12289): E2250 There is no overloaded version of 'Create' that can be called with these arguments
[DCC Error] SynTable.pas(12296): E2003 Undeclared identifier: 'DoneAndFreeMem'
[DCC Error] SynTable.pas(13139): E2250 There is no overloaded version of 'KB' that can be called with these arguments
[DCC Error] SynTable.pas(13140): E2250 There is no overloaded version of 'KB' that can be called with these arguments
[DCC Error] SynTable.pas(13161): E2034 Too many actual parameters
[DCC Error] SynTable.pas(13162): E2034 Too many actual parameters

etc

Board footer

Powered by FluxBB