X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: Sterten AT aol DOT com Message-ID: Date: Fri, 13 Mar 2009 03:59:44 EDT Subject: Re: Is there some way to convert long filenames to short filenames? To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-----------------------------1236931184" X-Mailer: 9.0 SE for Windows sub 5022 X-Spam-Flag: NO Reply-To: djgpp AT delorie DOT com -------------------------------1236931184 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit long filenames 123456789.abc can be addressed by 123456~1.abc I convert them with DOS "ren" my executables are only 50-60K usually. Maybe you have too many #include which are not necessary ? Or assigned memory, or commandline switch -------------------------------1236931184 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable
 
long filenames 123456789.abc can be addressed by 123456~1.abc
I convert them with DOS "ren"
 
my executables are only 50-60K usually.
Maybe you have too many #include which are
not necessary ?
Or assigned memory, or commandline switch
 
-------------------------------1236931184--