Date: Wed, 21 Feb 2001 11:51:49 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: ypwang cc: djgpp AT delorie DOT com Subject: Re: Win2k vs Win NT4 -how to distinguish In-Reply-To: <004801c09ba2$4bc43150$050714ac@ypwang> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 21 Feb 2001, ypwang wrote: > but if we can get the method of VER did, I mean maybe VER just > invoke a INTxx to get that version info, then we can invoke a INTxx > in the library, isn't it? Yes. Except that AFAIK VER on NT and W2K issues a Win32 API call, which DJGPP programs cannot do.