home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19282 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  937 b 

  1. Path: sparky!uunet!cbmvax!bagate!dsinc!spool.mu.edu!agate!ames!pacbell.com!charon.amdahl.com!netcomsv!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Manx is ORPHANING Aztec C!
  5. Message-ID: <paulk.3ifh@terapin.com>
  6. Date: 28 Jan 93 03:06:23 GMT
  7. References: <C1Ex63.67s@unx.sas.com>
  8. Organization: BBS
  9. Lines: 11
  10.  
  11. >I've converted s of Aztec C programs
  12. >off the Fish Disks to use as test cases.  About the only serious
  13. >problem I've run into is if the programs use #asm a lot. 
  14.  
  15. What about programs that throw out Aztec's main program and stdio and do
  16. startup-type things manually, programs that have #pragmas inline in the main
  17. source, programs that use replacement argv[] parsing functions, and what about
  18. shared libraries?
  19.  
  20. And oh yeah, I use #asm a lot ... mostly for performance-critical stuff.  Also
  21. it's not QUITE possible to really use SetFunction witout #asm in Aztec.
  22.