Subj : Re: Editplus and Free Command line problem To : borland.public.cpp.borlandcpp,borland.public.install.cppbuilder From : Ed Mulroy [TeamB] Date : Mon Aug 30 2004 06:25 pm Wrong newsgroup. You have the command line tools from C++ Builder 5 but have posted in the newsgroup for the old Borland C++ compiler. Look for newsgroups with the word 'cppbuilder' in their name. For example: borland.public.cppbuilder.commandlinetools Also read the readme.txt file that the compiler provided and create the bcc32.cfg and ilink32.cfg files in the compiler's BIN directory as it says to do. .. Ed > briham wrote in message > news:41337278@newsgroups.borland.com... > > hi i install free command line 5.5.1 > i add environment path ";C:\Borland\Bcc55\Bin" > > then i follow this step > > www.editplus.com/faq.html for C++ > > and i try to compile i got error like this > > ---------- Compile Borland C++ ---------- > Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland > Error E2194: Could not find file 'Files\EditPlus.cpp' > Error E2194: Could not find file '2.cpp' > Error E2194: Could not find file 'C:\Program.cpp' > Error E2194: Could not find file 'Files\EditPlus.cpp' > Error E2194: Could not find file '2\Noname1.cpp' > > Output completed (0 sec consumed) - Normal Termination > > what i set it wrong? .