home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2602 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: nntp.earthlink.net!usenet
  2. From: dwsmith@earthlink.net (dwsmith)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 1 Feb 1996 05:16:45 GMT
  6. Organization: Earthlink Network, Inc.
  7. Message-ID: <929.5475T1263T2655@earthlink.net>
  8. References: <4e8h9k$mp8@sinsen.sn.no> <4e8q90$o22@serpens.rhein.de>
  9. NNTP-Posting-Host: 206.85.104.225
  10. X-Newsreader: THOR 2.1 (Amiga;TCP/IP beta 5) *UNREGISTERED*
  11.  
  12.  I've been coding on the Amiga for over 5 years now... The only use I have
  13. found for the OS libraries is for loading and writing DOS information...
  14. Hey it's great that they've done all these things to "make our life
  15. easier". But you know what, it doesn't make our life easier, it makes things
  16. harder, it slows down our programs, and it is not neccessary...
  17.  
  18.  If you want to code OS friendly routines, and you can do something useful,
  19. hey, more power to ya... I'm happy for you, and all the best wishes. But for
  20. me, I want my code as optimized as possible, and I want to fully be able to
  21. take advantage of MY programmign skills, to produce the fastest routine
  22. possible... I can't do that with the OS...
  23.  
  24.  You want graphics card support and other things... You know how libraries are
  25. written I take it... You can do all these things and still bypass the OS
  26. calls... And you don't have to kludge your code up with useless things...
  27.  
  28.