From: Martin Str|mberg Message-Id: <200012311453.PAA18491@father.ludd.luth.se> Subject: Re: DOZE and WINDOZE versions In-Reply-To: <3A4F3041.A1786AC4@phekda.freeserve.co.uk> from Richard Dawe at "Dec 31, 2000 01:10:25 pm" To: djgpp-workers AT delorie DOT com Date: Sun, 31 Dec 2000 15:53:13 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Richard Dawe: > >From a post I saw recently in comp.os.ms-windows.programmer.vxd, it seems > one accurate way to detect the Windows version is to examine various keys > in the Windows registry. This successfully distinguishes the variants of > Windows '98, NT, etc. I can forward the posting, if anyone's interested. > It's allegedly described here, but I haven't looked at it yet: > > http://vato.free.fr/cours/builder/tips10.htm It in French (but that's not a problem for me). Alas the method is calling the WINDOZE API function GetVersionEx(). Is this in some way availble DOZE? Right, MartinS