X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=voc1r78l89fzMjJw9GigyBIvVQ+fbT1jBg2xDc26Z4c=; b=hof67BlfvIKxKaWoRiaSpNjNYaF38AOOztfqU+l21hA/EWtWAOXK6D7RZ9iFPlYks3 7Q+hhm7I1I0RV5G0nLlOsAiQwujSUr0p4MuPv6dlldFwu2iEu2cuj4oS6Du+Tlznqa1n YSgKMLPRf+7UIEBBG+sCTKw3Oy8ToSQ3tlLrU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=hK6uQYV1t/btRkpXmgazSeGDeAZffSvA4akVwE2khA4IkJta17Snp98m5SvI5e9snf HpRXSDCN8We6iFoTBXD4X2sLNenM/+KgfJaJPBpByZa1d37FBLinpUeLYalEFivvU5jI NdRRArYzRyChYFXG5NMcisLgXxeLxigcZoFFQ= MIME-Version: 1.0 Sender: gerritvn1945 AT gmail DOT com In-Reply-To: References: <275d23ac-69e7-4da0-88a0-a807a182477e AT a39g2000yqc DOT googlegroups DOT com> <200903130543 DOT n2D5hPBO005094 AT envy DOT delorie DOT com> Date: Fri, 13 Mar 2009 17:57:53 +0200 X-Google-Sender-Auth: 756e2d4665ea4a30 Message-ID: <9af855b0903130857u16fa9baag312ceecbef0ddf6c@mail.gmail.com> Subject: Re: Is there some way to convert long filenames to short filenames? From: Gerrit van Niekerk To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 Precedence: bulk On Fri, Mar 13, 2009 at 5:31 PM, dos-man 64 wrote: > On Mar 13, 12:43=A0am, DJ Delorie wrote: >> > 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. =A0The exe i= s >> > over 300kb. That's six times bigger than the executable that borland's >> > compiler spit out. >> >> FAQ 8.14 > > Can you please direct me to these faq? =A0All I have is the compiler. =A0= I > got it off of a book's companion CD. =A0I don't have any docs or > anything. =A0I tried reading through the man pages for gcc, but I don't > have the proper viewer software. http://www.delorie.com/djgpp/v2faq/