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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/10/01 17:31
Read: times


 
#13992 - conditional compile
Conditional compile/assembly is a great means of having several (somewhat) similar products generated from the same source. I guarantees that if you fix a problem it will be fixed globally, one version will not be forgotten. I am very much a proponent of conditionals in product series code.
That much said, it sometimes makes it very difficult to read/follow the flow of a version of program. Does anyone know of a program creating a "clean source" for a given version i. e. a source with all ifdefs removed and only the lines that will be compiled for this version left?.

Erik

List of 8 messages in thread
TopicAuthorDate
conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile J Guy            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      

Back to Subject List