Subj : Re: C++Builder BCC32.CFG error To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Mon Nov 17 2003 09:28 am Please check again that it actually is in the c:\borland\bcc55\bin directory and not in c:\borland\bcc55. Do a dir of c:\borland\bcc55\include to confirm that the *.h files are actually in that directory. If they are not then it could be that the download was corrupted or truncated or that the install ended prematurely. If the files are missing, run a scandisk or chkdsk /f to handle any possible problems with the drive and install the compiler again. .. Ed > Nuray wrote in message > news:3fb89541$1@newsgroups.borland.com... > > It is in that directory > > >Ed Mulroy wrote: > >Make sure that bcc32.cfg is in the c:\borland\bcc55\bin directory. > > > >> Nuray wrote > >> > >> I downloaded C++Builder BCC32(Command-line compiler). > >> I typed bcc32.cfg as > >> > >> -l"c:\Borland\Bcc55\include" > >> -L"c:\Borland\Bcc55\lib" > >> > >> But it gives > >> Error E2209 iostream.h 36: Unable to open include > >> file 'stdcomp.h' > >> ... .