Tags: NDXDeveloper/dcpcrypt-lazarus
Tags
refactor(examples): switch all examples from { Delphi} to { ObjFPC}{+}
- Switch all 4 console examples and all GUI example files to { ObjFPC}{+}
- Add @ prefix to method pointer assignments (ObjFPC requirement)
- Add @ prefix to Synchronize() calls in FileEncrypt thread
- Add { Delphi} to dcpbase64.pas and dcpconst.pas (were missing it)
- Remove -Mdelphi from Makefile FPCFLAGS_EX and CI release template
- Update all documentation (.md, .txt, COMPILER.md, ci.yml) accordingly