X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "FreeDOSfan" Newsgroups: comp.os.msdos.djgpp Subject: Standalone EXE files Date: 7 Jul 2005 16:53:58 -0700 Organization: http://groups.google.com Lines: 34 Message-ID: <1120780438.759410.33100@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 80.218.13.118 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1120780455 21948 127.0.0.1 (7 Jul 2005 23:54:15 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 7 Jul 2005 23:54:15 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=80.218.13.118; posting-account=CO1wow0AAACLVBZWCVVLQkiFiAjxROdy To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is it possible to create standalone EXE files with DJGPP ? 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 ??? Or do I understand "built in extender" wrongly ? I tried it - seems to work. I tested with BZIP2 and one example I compiled myself. Default is obviously NO - all .EXE files from www.delorie.com and most other "ports" are not standalone. Is it (creating a standalone version) supposed to work for all programms ? In the past I tested FreePascal - it is also based on CWSDPMI, but standalone EXE's did not work except for "HELLO.EXE". I did not get much valuable help in FreePascal forum - the DOS target is almost abandonated. Should it (standalone failure) be considered as a BUG of FreePascal ?