Closed alexsaunin closed 5 years ago
Hi, first of all, thanks for the well laid out issue. 👍
this is a common error in FPC that tends to occur randomly for different people (you can google it) without any small reproducable testcase. it has something to do with globally disabling warnings with the {$WARN XXXX} syntax in .inc files. well, you can circumvent this issue by commenting out line 18 in CryptoLib.inc. CryptoLib.inc
could you please test the latest commit and check if that fixes your issue?
Yes. These changes fixed the issue.
When i try to add the Package in Lazarus i get compilation Error "clpcryptolibtypes.pas(74,70) Error: Message recordind not yet supported"
To Reproduce Steps to reproduce the behavior:
Screenshots
Environment (please complete the following information):
Additional context same error in IDE and wheh i compile from command line