Subj : Re: BC++ 5.02 - To overwork limitation of Defines To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Thu Jan 08 2004 10:40 am Jeff Kish wrote: >On Mon, 5 Jan 2004 20:52:55 +0900, "Scott Cho" >wrote: > >>Hi all !! >>I made Big project. >>I need many conditional defines. >>but there is limitation on project file(IDE) >>how can I solve this problem... >>I wanna use many many defines... >>Thanks.. >> >> >Maybe you can work around it. >some examples of what you are trying to do? >You might use less #defines, and have two different cpp's included, >dependent upon the #define values. >Jeff Kish Or place your conditional defines in a file, and #include that file in all your modules. .