karmacomposer
karmacomposer

Reputation: 49

Installing and using DCPCrypt2 in Delphi 10.4

I was using Lazarus with DCPCrypt2 and now I moved over to Delphi 10.4 Sydney and I am trying to install the DCPCrypt2 for Delphi (up to XE7 or 2009, whichever was later) and having no luck, except for pulling what little hair I have left - that I can do no problem.

Could someone please explain to me how to install DCPCrypt2 into Delphi 10.4, how to get the controls into the palette like I was easily able to do in Lazarus and how to set up the paths so that Delphi always knows where to look to find DCPCrypt.

All my code was written in Lazarus using DCPCrypt2 and after looking at Lockbox3, I would rather stick with DCPCrypt2 if I could.

Upvotes: 0

Views: 2220

Answers (1)

Robert
Robert

Reputation: 60

  1. Open one of packages (DCP_XE6.dpk) and save is as something like DCP_XEX4.dpk
  2. Rightclick in project manager | install package - component available at designtime
  3. Go to Tools|Options, navigate to Language|Delphi|Library and add this component path to "Library path" - compiler needs this to build your projects

That's it.

Upvotes: 1

Related Questions