Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Protection Plus for Clipper - <u>pp_copywrite()</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PP_COPYWRITE()
Create the copy protection file
------------------------------------------------------------------------------

Syntax
  PP_COPYWRITE()  .  lResult

Returns
  .T. if successful, else .F.

Description
  Writes the copy protection file to be used by the pp_copychk()
  function.  This is a system file that is hidden to the user.  The
  user will not be able to decode this encryption.  The protection
  will be different for every piece of software for every library
  sold, almost every computer out there, and every serial number
  of your application.

  This function is usually part of a code entry function list.  Your
  application can be distributed as a demo.  If the user wishes to
  give you a credit card number or mail you a check, you can
  immediately unlock their software by running this function.

Example

See the example in PP_COPYCHK().

See Also: PP_UCODE() PP_COPYCHK() PP_KILLPROT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson