X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 13 Mar 2009 01:43:25 -0400 Message-Id: <200903130543.n2D5hPBO005094@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <275d23ac-69e7-4da0-88a0-a807a182477e AT a39g2000yqc DOT googlegroups DOT com> (message from dos-man 64 on Thu, 12 Mar 2009 22:25:54 -0700 (PDT)) Subject: Re: Is there some way to convert long filenames to short filenames? References: <275d23ac-69e7-4da0-88a0-a807a182477e AT a39g2000yqc DOT googlegroups DOT com> Errors-To: nobody AT delorie DOT com > My readings through the docs seemed to indicate that this compiler > generates dos-based executables that can handle long file names. Yes, it should - as long as you avoid DOS functions that are short-file-name-only. Also, see _lfn_gen_short_fname > Also, is there some way to shrink down these executables. The exe is > over 300kb. That's six times bigger than the executable that borland's > compiler spit out. FAQ 8.14