28a Subj : Re: BC++ 5.02 - To overwork limitation of Defines To : borland.public.cpp.borlandcpp From : Jeff Kish Date : Thu Jan 08 2004 09:21 am 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 . 0