Message-ID: Date: Thu, 19 Dec 1996 19:58:25 +0000 To: Jan Hubicka Cc: djgpp AT delorie DOT com From: Shawn Hargreaves Subject: Re: djgpp + allegro + win NT? In-Reply-To: MIME-Version: 1.0 Jan Hubicka writes: >As I remember allegro already have some detection routine since its demo >displays that you are using windows. I am not sure if this works for win nt.. >but should.. Allegro uses the int 0x2F function with ax=0x1600, which is documented in Ralph Brown's interrupt list as the windows detection function, and works under win 3.1 and 95. I haven't been able to test it under NT - if anyone could try it out and let me know what values it returns (there are two, the main windows version number and the sub-version), it would be much appreciated... /* * 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'. */