I have downloaded the Lib and tried to compile the Demo. It fails in libsodium.pas Line 30 with Error message
libsodium.pas(30,11) Error: ENDIF without IF(N)DEF
If you replace the {$ifdef win32} with {$if defined(win32)} then it compiles fine.
Thank you for your work!
I have downloaded the Lib and tried to compile the Demo. It fails in libsodium.pas Line 30 with Error message
libsodium.pas(30,11) Error: ENDIF without IF(N)DEF
If you replace the {$ifdef win32} with {$if defined(win32)} then it compiles fine.
Thank you for your work!