Subj : Re: C++Builder BCC32.CFG error To : borland.public.cpp.borlandcpp From : "John P. Streetman" Date : Wed Nov 19 2003 04:54 am "Ed Mulroy [TeamB]" wrote: > 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' > > >> ... hello Ed, i too had the same problem, and checked as you suggest but it appeared as though everthing was ok as far as download and install went. but still had the problem. could it be a problem with path in finding the files? John .