home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 15996 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.3 KB

  1. Path: sparky!uunet!portal!cup.portal.com!jimdawson
  2. From: jimdawson@cup.portal.com (Jim R Dawson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GadToolsBox Compiling Questions.
  5. Message-ID: <69715@cup.portal.com>
  6. Date: Tue, 17 Nov 92 19:08:23 PST
  7. Organization: The Portal System (TM)
  8. References: <1dqgtqINNa54@usenet.INS.CWRU.Edu>
  9.   <1992Nov13.063031.21798@ucc.su.OZ.AU>
  10. Lines: 16
  11.  
  12. >Yes very close, but how about a gadtools.library and maybe an
  13. >intuition.library! I bet it crashes. I must say that Jan Van den Baard
  14. >(Sorry if I spelt it wrong) should be shot for not mentioning the fact
  15. >that you need to open libraries in the code. If that doesn't fix it, then
  16. >please let me know.
  17.  
  18. That depends. SAS/C 6.0 will automaticaly initalize the standard C=
  19. libraries if they are declared but not defined. i.e. if you include
  20. "<proto/intuition.h>" but do not have a "struct IntuitionBase
  21. *IntuitionBase" in your code (or if you define IntuitionBase as external)
  22. the startup code will open (and the termination code will close) your
  23. libraries for you automaticaly.
  24.  
  25. +-----------------------------------------------+-------------------------+
  26. |Jim Dawson - Author of AmiQWK .QWK mail reader | jimdawson@cup.portal.com|
  27. +-----------------------------------------------+-------------------------+
  28.