Date: Wed, 25 Aug 1999 13:27:12 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: salvador AT inti DOT gov DOT ar, Sascha Zapf , DJGPP Mailing List Subject: Re: TV Patch In-Reply-To: <37C23881.9E64C09B@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 24 Aug 1999, Laurynas Biveinis wrote: > #ifdef DJGPP > back2forwardslash(dir); > #endif The real fix for such problem is what Andris suggested: make both / and \ be recognizable as directory separator characters. > Turbo Vision has to support both cases - 1) backslashes for porting > existing Borland C++ programs and 2) slashes for new DJGPP programs. Forward slashes are supported by the DOS kernel, so Borland C++ programs should have no more problems with them than DJGPP programs.