X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there some way to convert long filenames to short filenames? Date: Fri, 13 Mar 2009 19:27:50 -0700 (PDT) Organization: http://groups.google.com Lines: 21 Message-ID: References: NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1236997670 2410 127.0.0.1 (14 Mar 2009 02:27:50 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 14 Mar 2009 02:27:50 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: l16g2000yqo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Mar 13, 10:22=A0am, dos-man 64 wrote: > On Mar 13, 2:59=A0am, Ster DOT DOT DOT AT aol DOT com wrote: > > Well, I got it down to 129K. =A0That's not too bad. =A0The original was > 50K. =A0And this new version is a bit more complex, so it was going to > get at least a little bigger. =A0As long as it stays down around 100k, > I'm fine with that. =A0I've got a massive string class that I wrote. > This is the only application I've ever used it in. =A0Works pretty good, > hehe. Try "gcc -s -Os -march=3Di386 myapp.c -o myapp.exe" and then "upx --best --lzma --all-filters myapp.exe", and see if that helps. http://upx.sf.net Or try UPX-UCL (DJGPP compile) if you're a license purist (a la Debian) although the LZMA part is the same either way : http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/upx/