delorie.com/archives/browse.cgi | search |
Date: | Mon, 11 Nov 2002 10:00:21 -0500 |
Message-Id: | <200211111500.gABF0LV12989@envy.delorie.com> |
X-Authentication-Warning: | envy.delorie.com: dj set sender to dj AT delorie DOT com using -f |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | djgpp AT delorie DOT com |
In-reply-to: | <adNz9.11016$IE2.9431@news.bellsouth.net> (cwg01@netzero.net) |
Subject: | Re: FAQ Question, I know. |
References: | <w7Gz9.16$wO4 DOT 2 AT news DOT bellsouth DOT net> <200211110445 DOT gAB4jAx06573 AT envy DOT delorie DOT com> <adNz9.11016$IE2 DOT 9431 AT news DOT bellsouth DOT net> |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> Aren't there a few pieces which exceed the 8.3 limit? > I know I probably stated that wrong, but I developing a program on a win98 > machine, but the actual debugging and runtime enviroment will be on a > straight DOS machine. And while I know to keep the filenames short, I'm > concerned about including a package which isn't 8.3 This isn't a djgpp issue, this is a programmer issue. If you have files that aren't 8.3 compatible (i.e. they clash when reduced to 8.3 names, or include characters that aren't valid 8.3), then you need to figure out what to do. DJGPP itself (i.e. any program built with a djgpp compiler) will automatically switch from long to short filenames according to what the OS provides.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |