Chilkat Delphi DLL - QuickStart example
=======================================

1. Open QuickStart.dproj in RAD Studio.
2. Press F9.

That's it.  The project is pre-configured so that:

  * The Chilkat .pas units two directories up (..\..) are on the
    project's Unit Search Path, so "uses Global, Crypt2;" just works.

  * A post-build event copies ChilkatDelphi32.dll (Win32 target) or
    ChilkatDelphi64.dll (Win64 target) into the output directory next
    to QuickStart.exe.  The Chilkat DLL must always be in the same
    directory as your application's EXE.

To reuse this setup in your own project, see
Project > Options > Building > Delphi Compiler > Search path
and Project > Options > Building > Build Events > Post-build events.

Reference documentation: https://www.chilkatsoft.com/refdoc/delphidll.asp
More examples:           https://www.example-code.com/delphiDll/default.asp
