Path: utzoo!attcan!uunet!van-bc!ubc-cs!alberta!herald.usask.ca!news From: reeves@dvinci (Malcolm Reeves) Newsgroups: comp.os.msdos.programmer Subject: Re: Turbo Pascal 3.0 compiler directives Message-ID: <1990Sep28.015334.29936@herald.usask.ca> Date: 28 Sep 90 01:53:34 GMT References: <9009271434.AA19621@thep.lu.se> Sender: news@herald.usask.ca (USENET News System) Reply-To: reeves@dvinci Organization: University of Saskatchewan Lines: 23 From article <9009271434.AA19621@thep.lu.se>, by magnus@THEP.LU.SE (Magnus Olsson): > > Could someone out there with an intact Turbo 3.0 manual please send me a list > of the various compiler directives? > TP3.0 compiler directives Appendix C p.313-318 manual B - I/O mode selection CON: or TRM: default B+ CON: C - Ctrl C / Ctrl S enable for I/O default C+ Ctrl C enabled I - I/O error handling default I+ R - Index range checking default R- V - Strict Var parameter checking default V+ U - User interrupt (anywhere) default U- Gxxx - Input file buffer size default G0 input from CON: or TRM: Pxxx - Output file buffer size default P0 output to CON: or TRM: D - Device checking default D+ device checks are made Fxx - Number of files open default F15 K - Stack checking default K+ Hope this is sufficient info. I'm sure Borland won't mind me paraphrasing their old reference manual - I have 6 copies - one day they may be worth a fortune :-) ..... then I can retire on the proceeds. Malcolm