home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / ms / programm / 7335 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.4 KB

  1. Path: sparky!uunet!centerline!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!cs.utexas.edu!sdd.hp.com!caen!uflorida!mailer.cc.fsu.edu!loligo!rekle
  2. From: rekle@loligo.cc.fsu.edu (Rick Ekle (CompSci))
  3. Newsgroups: comp.windows.ms.programmer
  4. Subject: Re: STRICT option for windows.h
  5. Message-ID: <1992Jul19.122601.13682@mailer.cc.fsu.edu>
  6. Date: 23 Jul 92 21:41:23 GMT
  7. References: <1992Jul19.010604.6883@mnemosyne.cs.du.edu>
  8. Organization: Florida State University Computing Center
  9. Lines: 18
  10.  
  11. In article <1992Jul19.010604.6883@mnemosyne.cs.du.edu> ebergman@nyx.cs.du.edu (Eric Bergman-Terrell) writes:
  12. >I've been trying to figure out the STRICT option with the windows.h 
  13. >included with Borland C++ 3.1.  I haven't been able to find out anything
  14. >about it in ANY documentation.
  15. >
  16. >So, any pointers to documentation about STRICT would be appreciated.
  17. >
  18.  
  19. There's a file in the DOC director of Borland C++ 3.1 called win31.doc
  20. (or something similar) and it explains all about STRICT mode.  I've used
  21. STRICT mode and it does seem to catch a lot more errors, but it give
  22. me a linker error if I try and compile a program with it.  I guess the
  23. moral is to use it as a debugging tool and #undef it when you actually
  24. build the working program.
  25. --
  26. /---------------------------------------------------------------------------\
  27. | Rick Ekle | rekle@loligo.cc.fsu.edu | Birth, School, Work, Death.         |
  28. \---------------------------------------------------------------------------/
  29.