X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=wIcqAbxs/1jL1Qko3/MIvoi1KPp0VaoYVB0KVzzrN1I=; b=WaVRZwBIIwT/I3q2m0lIE9SeFK6G1EDDii0a5SczBaPN/0YoFsGWYyF/rnZCRWGAf8 uVRlNNiZyIp2ErLBekK5Ty6aIy0sE5Llu70o8rEdSz5DKxdn0+1NwFiCK9GUpi4xPdOM 2EZWVc6iSvBYRuA8AYM83oNM3JtPSUzsMmPcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=IA9fs24E03rHCyOpGLPCbNeVxbKbnnIT+exIXghADN8Sq7JJPCM57expM0B/2EbIxQ pE21gI8Q8n/RO2CJvAoLFNQWcBXsTPMTxK1EtPMJkln7N2JZPozoz77RvttVkUuU4fch p0uPEHhJZE5sB58qBBRhX7pZr+1wykR5X9rIY= Message-ID: <9af855b0809240856pd2a1231gece5fa838881af8c@mail.gmail.com> Date: Wed, 24 Sep 2008 17:56:57 +0200 From: "Gerrit van Niekerk" Sender: gerritvn1945 AT gmail DOT com To: djgpp AT delorie DOT com Subject: Re: running compiled code on Vista In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33721_27631382.1222271817609" References: X-Google-Sender-Auth: 1de73719a3fbd296 Reply-To: djgpp AT delorie 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 ------=_Part_33721_27631382.1222271817609 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Sep 24, 2008 at 2:57 PM, Eric Wajnberg wrote: > Dear DJGPP coders, > > I am developing my codes with version 3.4.2 on Windows XP. It works fine. I > am actually developing this for colleagues of mine that are under Vista and > I just discovered that my compiled codes are not running on their machine. > > How can I solve this? > > (sorry if this is a FAQ, but I was not able to find anything on this on the > web). > > As I understand it, Microsoft has seriously crippled DPMI as they want to kill DOS. You will probably be better off developing using a Windows implementation of the GNU compiler like MSYS or Cygwin. ------=_Part_33721_27631382.1222271817609 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
On Wed, Sep 24, 2008 at 2:57 PM, Eric Wajnberg <wajnberg AT sophia DOT inra DOT fr> wrote:
Dear DJGPP coders,

I am developing my codes with version 3.4.2 on Windows XP. It works fine. I am actually developing this for colleagues of mine that are under Vista and I just discovered that my compiled codes are not running on their machine.

How can I solve this?

(sorry if this is a FAQ, but I was not able to find anything on this on the web).


As I understand it, Microsoft has seriously crippled DPMI as they want to kill DOS. You will probably be better off developing using a Windows implementation of the GNU compiler like MSYS or Cygwin.

------=_Part_33721_27631382.1222271817609--