Re: determining Windows version by CheckAbdoul
CheckAbdoul
Mon Mar 01 08:26:58 CST 2004
Use the GetVersion[Ex]() API.
--
Cheers
Check Abdoul [VC++ MVP]
-----------------------------------
"Dave Cullen" <no_spam@mail.com> wrote in message
news:4043445C.5FC98D29@mail.com...
> I need to know at run time if the operating system is Win95/98 or a
> WinNT variant. Any simple way to do that?
>
> Thanks.