home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / tools / 1341 < prev    next >
Encoding:
Text File  |  1992-11-06  |  1.2 KB  |  35 lines

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