home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- Path: sparky!uunet!pipex!demon!edscom!jim
- From: jim@edscom.demon.co.uk (Jim Thomas)
- Subject: Re: How do you get RC prepass output ?
- In-Reply-To: heath@grok39.ColumbiaSC.NCR.COM's message of 4 Nov 92 20:19:57 GMT
- Message-ID: <JIM.92Nov5161919@buffalobill.edscom.demon.co.uk>
- X-Disclaimer: #include <std/witty/disclaimer.h>
- Lines: 19
- Sender: jim@edscom.demon.co.uk (Jim Thomas)
- Reply-To: Jim Thomas <jthomas@edscom.demon.co.uk>
- Organization: EDS-Scicon, Milton Keynes, UK
- References: <1992Nov04.151957.6908@ncrcae.ColumbiaSC.NCR.COM>
- Distribution: na
- Date: Thu, 5 Nov 1992 16:19:22 GMT
-
- Hi Robert.Heath,
-
- In newsgroup comp.os.ms-windows.programmer.tools you wrote:
-
- >> Does anyone know how to get output from the resource compiler's
- >> prepass phase ? I'd like to see the data after all the include's and
- >> rcinclude's have been evaluated. It would be useful for debugging.
-
- I just used the Microsoft C 7.0 precompiler on one of my .rc files as
- follows:
-
- cl /P abcd.rc
-
- and this prouced a precompiled version abcd.i with all the defines
- expanded etc. I don't know if this always works for all RC statements
- but my little test seemed fine.
-
- --
- Jim Thomas
-