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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/13/02 22:36
Read: times


 
#29154 - RE: Debugging preprocessor problems
Most compilers provide a facility to save the Preprocessor output to a file; with Keil C51, it's the PREPRINT command-line option.
Conventionally, this creates a file with a .i extension.

If you have unexplained errors, or suspect that your macros might not be quite working properly, I recommend that you should check this preprocessor listing!


And if you're really serious about finding little gotcha's and non-conformances, run lint on your code and see what it whines about!

List of 9 messages in thread
TopicAuthorDate
Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
Debugging preprocessor problems            01/01/70 00:00      
RE: Debugging preprocessor problems            01/01/70 00:00      
RE: lint            01/01/70 00:00      

Back to Subject List