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