home *** CD-ROM | disk | FTP | other *** search
- 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
- From: rekle@loligo.cc.fsu.edu (Rick Ekle (CompSci))
- Newsgroups: comp.windows.ms.programmer
- Subject: Re: STRICT option for windows.h
- Message-ID: <1992Jul19.122601.13682@mailer.cc.fsu.edu>
- Date: 23 Jul 92 21:41:23 GMT
- References: <1992Jul19.010604.6883@mnemosyne.cs.du.edu>
- Organization: Florida State University Computing Center
- Lines: 18
-
- In article <1992Jul19.010604.6883@mnemosyne.cs.du.edu> ebergman@nyx.cs.du.edu (Eric Bergman-Terrell) writes:
- >I've been trying to figure out the STRICT option with the windows.h
- >included with Borland C++ 3.1. I haven't been able to find out anything
- >about it in ANY documentation.
- >
- >So, any pointers to documentation about STRICT would be appreciated.
- >
-
- There's a file in the DOC director of Borland C++ 3.1 called win31.doc
- (or something similar) and it explains all about STRICT mode. I've used
- STRICT mode and it does seem to catch a lot more errors, but it give
- me a linker error if I try and compile a program with it. I guess the
- moral is to use it as a debugging tool and #undef it when you actually
- build the working program.
- --
- /---------------------------------------------------------------------------\
- | Rick Ekle | rekle@loligo.cc.fsu.edu | Birth, School, Work, Death. |
- \---------------------------------------------------------------------------/
-