Message-ID: Date: Wed, 18 Dec 1996 19:05:12 +0000 To: Eli Zaretskii Cc: djgpp AT delorie DOT com From: Shawn Hargreaves Subject: Re: djgpp + allegro + win NT? In-Reply-To: MIME-Version: 1.0 Eli Zaretskii writes: >It might be something entirely different. I'm told that NT doesn't allow >fat ds, so if you use nearptrs, it might barf. Another possible cause is >that the default sbrk algorithm itself needs the fat ds in some cases, so >on NT it is safer to use the unixy sbrk algorithm. Allegro doesn't use nearptrs, except for the VBE/AF driver (which requires them due to a badly-thought-out part of the VBE/AF standard). The default sbrk algorithm could have something to do with the problem, though. If NT can only be used with the unix sbrk, that pretty much rules out anything that traps hardware interrupts! Argh... /* * Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ * Ghoti: 'gh' as in 'enough', 'o' as in 'women', and 'ti' as in 'nation'. */