X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 1 Mar 2006 22:04:58 -0500 Message-Id: <200603020304.k2234w1E003415@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (wingalls@ucsd.edu) Subject: Re: The system cannot execute the specified program References: 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 > DJGPP is a 32-bit compiler, so does the compiled executable count as > a 32-bit program? Does windows treat all dos programs as 16-bit? Is > there a way to flag the compiler to tell windows to treat it as a > 32-bit program? DJGPP produced 32 bit programs, but there is still a 16 bit stub that lets MS-DOS load it. From Windows' point of view, all DJGPP programs are (initially) 16 bit programs.