home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11532 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.7 KB  |  37 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!van-bc!cs.ubc.ca!newsserver.sfu.ca!sfu.ca!shephard
  3. From: shephard@fraser.sfu.ca (Gordon Shephard)
  4. Subject: Re: How could I copy protect Borland C++ on a network ?
  5. Message-ID: <shephard.724811384@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. References: <BUSSIERE.92Dec17150727@garrot.DMI.USherb.CA> <1992Dec19.233247.12469@exucom.com>
  9. Date: Sun, 20 Dec 1992 00:29:44 GMT
  10. Lines: 25
  11.  
  12. cyberman@exucom.com (Stephen R. Phillips) writes:
  13. >Luc Bussieres (bussiere@garrot.DMI.USherb.CA) wrote:
  14. >: Is there a way to protect Borland C++ from pirating on an nfs disk? 
  15. >: 
  16. >: Does novell as a copy protection feature that will work with Borland C++?
  17.  
  18. 1) Execute-Only on Novell is horrendous as you are no longer
  19.    able to back up the Execute Only files.  Unacceptable.
  20.  
  21. 2) Difficult (If not impossible) to copy protect programs on a PC,
  22.    because the Executable has to be loaded into memory in order to
  23.    run.  At which point you may make a copy from memory  (Of course
  24.    you don't get the Overlay Files...)
  25.  
  26. 3) Try experimenting with the Hidden attribute.  A DOS Copy won't
  27.    work with a hidden files, but you can execute it.
  28.  
  29. -- 
  30. | Gordon Harry Shephard         | Distributed Computing Support Group  |
  31. | Academic Computing Services   | Phone: (604)291-3930   (604)464-4991 |
  32. | Simon Fraser University       |                                      |
  33. | Burnaby, BC, Canada. V5A 1S6  | shephard@sfu.ca                      | 
  34. |                                                                      |
  35. | Disclaimer: In No Way am I speaking for my Employers or Simon Fraser |
  36. | University.                                                          |
  37.