home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12466 < prev    next >
Encoding:
Text File  |  1992-08-19  |  2.5 KB  |  67 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!kithrup!stanford.edu!rock!concert!sas!mozart.unx.sas.com!jamie
  3. From: jamie@cdevil.unx.sas.com (James Cooper)
  4. Subject: Re: SAS/C 6.0 Details (LONG!)
  5. Originator: jamie@cdevil.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <Bt8K52.FB3@unx.sas.com>
  8. Date: Wed, 19 Aug 1992 14:55:50 GMT
  9. References: <BsxCu2.5A7@unx.sas.com> <1992Aug18.203629.22286@fcom.cc.utah.edu>
  10. Nntp-Posting-Host: cdevil.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 53
  13.  
  14.  
  15. In article <1992Aug18.203629.22286@fcom.cc.utah.edu>, val@news.ccutah.edu (Val Kartchner) writes:
  16. >walker@twix.unx.sas.com (Doug Walker) writes:
  17. >: [info on help text for 6.0 deleted] 
  18. >
  19. >I'm looking forward to all of this.  Can a plain non-developer type get
  20. >AmigaGuide to develop (shareware/freeware) with?
  21.  
  22. Currently, AmigaGuide is only available with an addition to the normal
  23. Commercial Workbench license.
  24.  
  25. >: [Autoinitialization & Autotermination functions]
  26. >
  27. >This is beginning to sound like C++.  When will SAS be releasing their C++
  28. >compiler. (I may wait or I may go with G++.)
  29.  
  30. It depends on whether you *need* C++ right now or now (and whether you
  31. have enough memory, etc. to handle G++!).  The SAS/C++ won't be ready
  32. for quite a while yet...
  33.  
  34. >: [System library bases auto-opened/closed]
  35. >What exactly does this mean?  Does this mean that ALL Commodore provided
  36. >libraries will be openned and initialized, or ALL libraries currently
  37. >residing in the libs: directory, or something else?  This will take up a
  38. >lot of memory even if I don't need these libraries.
  39.  
  40. It will only work with libraries you declare but don't define.  If you
  41. just put an
  42.  
  43.         extern struct Library *IntuitionBase;
  44.  
  45. in your program, it will be opened for you, and then closed for you when
  46. your program exits.
  47.  
  48. DOSBase and SYSBase are already handled by the startup code in c.o.
  49.  
  50. >I know that this version is 1.2, 1.3, and 2.0 compatible.  (I shouldn't
  51. >have deleted it from the posting.)  I hope that SAS continues to support
  52. >at least 1.3 for a while since I can't go beyond 1.3 with my A1000.  (I know,
  53. >but I may upgrade once the new AA chipset is out.)
  54.  
  55. Actually, you can go to 2.0 in your A1000, but the easiest way is to buy
  56. a "ROM-Switcher" card to do it.  You can build your own fairly cheaply,
  57. or get one of the current Commercial models...
  58.  
  59. -- 
  60. ---------------
  61. Jim Cooper
  62. (jamie@unx.sas.com)                             bix: jcooper
  63.  
  64. Any opinions expressed herein are mine (Mine, all mine!  Ha, ha, ha!),
  65. and not necessarily those of my employer.
  66.