Subj : Re: Newest version To : borland.public.cpp.borlandcpp From : Nathaniel L. Walker Date : Mon Nov 22 2004 11:14 pm I gather you may be using a makefile? If so you should probably use a response file since DOS' command-line is limited to 256 characters in length (after that, error message). If you're using a makefile there is a way to pipe commands to a response file (see any IDE-generated makefile for an example). DOS doesn't support long filenames, it will concantenate them to 8.3 format. "Miguel Tadeu" wrote in message news:41a1ccc0@newsgroups.borland.com... > Hello, > I'm currently using Borland C++5.02 because my company is developing for > 80186 processors and I'm having several problems with the compiler/linker. > > Its compaining about the command line is too long( bu i need it that long ) > The linker complains about long file names. > > Do you know if this problems were addressed in a more recent version? If so, > where can i get it? > > Thanks > Miguel Tadeu > > .