Subj : Re: BC5 IDE project - include limitation To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Tue Jan 13 2004 07:35 pm I am confused as to exactly what the problem is. If it is that when you add a new plath to the include paths it causes a problem then check to make sure that you have a semicolon (a ';') immediately before the new path element. If it is that you are trying to make a set of include paths that is longer than the IDE will accept then you have run into a limitation of the tool. One thing you can do is to identify the longest single path element in the include paths. From the command line use the SUBST command to create a drive letter alias for that path and use that alias instead. For instance: for a path element of "c:\program files\borland\bc5\include" you might use subst to make that have an alias of drive G: and then replace the path element with G:\ .. Ed > Scott Cho wrote in message > news:4004838a$1@newsgroups.borland.com... > > There is directory options on IDE Project option (BC5.02) > (Options|Project|Directories) > But there is limitation edit the include directories. > How can I slove it.... .