home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17753 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Attn Commodore: You are making a Big Mistake (Hardware Manual)
  5. References: <jbickers.0loi@templar.actrix.gen.nz>
  6. Message-ID: <paulk.2wmm@terapin.com>
  7. Date: 23 Dec 92 10:10:03 PST
  8. Organization: BBS
  9. Lines: 35
  10.  
  11. > > About the only "contraint" I can think of that you have by going
  12. > > through the system is that copperlists can't be as fancy.
  13.  
  14. > You have all sorts of possible interference with the resources you
  15. > need to use.
  16.  
  17. Well if the user tries to run the demo at the same time as something
  18. else that needs the same resources, give an ERROR MESSAGE.  Duh.
  19. Lots better than obliterating whatever else is going on regardless of
  20. consequences.
  21.  
  22. > may be in use, or controlling the display registers and also trying
  23. > to use the OS for double-buffering may be out of the question
  24.  
  25. I should think so.  Why try to mix both approaches at once?  That
  26. gives you no advantages of either approach.
  27.  
  28. > You may also want to try and make it harder for people to rip your
  29. > graphics or music.
  30.  
  31. You're talking about a kind of copy protection here, basically.  Like
  32. whoeveritwas said, the object of copy protection is to allow as few
  33. people as possible to run your program ... this is basically having
  34. compatibility problems just for the sake of compatibility problems.
  35.  
  36. > This whole thing about trying to make demo coders use the OS is
  37. > akin to trying to make all painters use crayons, IMHO.
  38.  
  39. All I said was that the alleged "constraints" that some say make
  40. demo-like stuff impossible through the OS are largely mythical.
  41.  
  42. I don't mind demo coders doing whatever they want in their own
  43. circles.  I just don't want that kind of stuff supported for
  44. commercial developers whom the rest of us then have to end up staying
  45. compatible with.
  46.