X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 7 Jul 2005 20:09:13 -0400 Message-Id: <200507080009.j6809Dpm023888@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <1120780438.759410.33100@g14g2000cwa.googlegroups.com> (grup AT discardmail DOT com) Subject: Re: Standalone EXE files References: <1120780438 DOT 759410 DOT 33100 AT g14g2000cwa DOT googlegroups 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 > CWSDPMI.DOC implies: > > - "built in extender is not supported" => NO > - "This allows single executable image distributions. > You can use the EXE2COFF program and > COPY /B CWSDSTUB.EXE+yourimage yourimage.exe > to create a standalone executable image." => YES > > ??? YES or NO ??? If it seems to work, then it seems to work ;-) Also, PMODE can be used as a built-in extender. This is what the ftp site's unzip32.exe uses. > Default is obviously NO - all .EXE files from > www.delorie.com and most other "ports" are not > standalone. Right. A 2k stub is far more efficient than a huge built-in extender.