Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/24/06 15:43
Read: times


 
#114901 - run C preprocessor over it?
Responding to: ???'s previous message
probably your compiler supports to output of the result of the pre-processing stage.

If not you could try run another C-Compiler over your source (which one shouldn't really matter, you could f.e. try gcc or sdcc with the option -E).

The preprocessed output could then be fed into your compiler.

List of 5 messages in thread
TopicAuthorDate
"conditional source"            01/01/70 00:00      
   CodeWright            01/01/70 00:00      
      will have to read up on that            01/01/70 00:00      
   run C preprocessor over it?            01/01/70 00:00      
      Perl Scripts ?            01/01/70 00:00      

Back to Subject List