Date: Thu, 10 Jun 1999 11:04:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Massimo Petrucci cc: djgpp AT delorie DOT com Subject: Re: Can i make programs for win31 ? In-Reply-To: <375EBEB9.41C6@erg123.casaccia.enea.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 9 Jun 1999, Massimo Petrucci wrote: > I run DJGPP under dos-win98 but i want to develop an application which > runs under dos 6.0 and/or win3.1. > Is it possible to do it directely (i mean compiling from win 98) or i > have to rebuild all under dos 6.0 ? The executables produced by DJGPP run on all the systems you mentioned without the need to recompile. In other words, the same binary will run unaltered on all those systems (and on some others as well). > And if i want to develop a windows application, can i do the same with > RSXNT ? I understand that the RSXNTDJ development tools only work on Windows9X and NT, but the produced binaries should also work on Windows 3.X if you have Win32s installed on the target system.