[fpc-pascal] is scrypt available?
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Tue Oct 27 11:24:16 CET 2015
On 2015-10-27 02:09, wkitty42 at windstream.net wrote:
> the wiki only talks
> about how to install lpk files and how to pull from a git repo...
No it doesn't. Please read the wiki again. There are two packages:
"dcpcrypt.lpk" which is a run-time only packages, and doesn't require
any installation.
"dcpcrypt_laz.plk" which is a design-time only package - this is what
is installed in Lazarus so icons appear in the component palette of
the IDE. This is 100% optional.
The first package just makes it easier for you to associated DCPcrypt
with your project, and for Lazarus to find the units. But you don't need
to use Lazarus or Lazarus Packages. If you don't, then simply include
the units you need in your project, set up the Unit Paths to find
DCPcrypt and instantiated the classes you need.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
More information about the fpc-pascal
mailing list