Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.compilers > #155
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.linkpendium.com!news.linkpendium.com!news.iecc.com!nerds-end |
|---|---|
| From | ray roth <rayroth@pacbell.net> |
| Newsgroups | comp.compilers |
| Subject | C or Similar Preprocessor for General Use |
| Date | Fri, 17 Jun 2011 00:03:56 -0700 |
| Organization | Compilers Central |
| Lines | 15 |
| Sender | news@iecc.com |
| Approved | comp.compilers@iecc.com |
| Message-ID | <11-06-029@comp.compilers> (permalink) |
| References | <11-06-026@comp.compilers> |
| NNTP-Posting-Host | news.iecc.com |
| X-Trace | gal.iecc.com 1308413465 77466 64.57.183.58 (18 Jun 2011 16:11:05 GMT) |
| X-Complaints-To | abuse@iecc.com |
| NNTP-Posting-Date | Sat, 18 Jun 2011 16:11:05 +0000 (UTC) |
| Keywords | macros |
| Posted-Date | 18 Jun 2011 12:11:05 EDT |
| X-submission-address | compilers@iecc.com |
| X-moderator-address | compilers-request@iecc.com |
| X-FAQ-and-archives | http://compilers.iecc.com |
| Xref | x330-a1.tempe.blueboxinc.net comp.compilers:155 |
Show key headers only | View raw
if you have visual studio, you can run it in command-line mode. it has /E switch which is equivalent to -E on most cc drivers. ie, copies preprocessor output to standard output here is is the url documenting visual studio compiler options: http://msdn.microsoft.com/en-us/library/fwkeyyhe%28v=vs.80%29.aspx and this is how to compiler programs from the command line: http://msdn.microsoft.com/en-us/library/ms235639%28v=vs.80%29.aspx there is always cygwin.... if you go this route, just use cpp directly. ray roth
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
C or Similar Preprocessor for General Use Gene Wirchenko <genew@ocis.net> - 2011-06-16 14:23 -0700 Re: C or Similar Preprocessor for General Use Gene <gene.ressler@gmail.com> - 2011-06-16 19:03 -0700 Re: C or Similar Preprocessor for General Use BGB <cr88192@hotmail.com> - 2011-06-16 23:27 -0700 C or Similar Preprocessor for General Use ray roth <rayroth@pacbell.net> - 2011-06-17 00:03 -0700 Re: C or Similar Preprocessor for General Use Robbert Haarman <comp.compilers@inglorion.net> - 2011-06-17 10:25 +0200 Re: C or Similar Preprocessor for General Use Roberto Waltman <usenet@rwaltman.com> - 2011-06-17 12:03 -0400 Re: C or Similar Preprocessor for General Use "Akakima" <akakima33@gmail.com> - 2011-06-17 12:56 -0400
csiph-web