RE: [GD-Windows] os version
Brought to you by:
vexxed72
From: Brian S. <bs...@mi...> - 2002-02-12 01:43:17
|
GetVersionEx(). Obligatory warning: You should ask yourself why you're looking for this = information. Logging the info to a file is fine. Making assumptions = based on the installed version of the OS is really bad, and will break = later. Remember how all those games that should have worked with = Windows 2000 didn't, because people checked for (NT =3D=3D true) instead = of just seeing if they could create their Direct3D devices? --brian > -----Original Message----- > From: Ignacio Casta=F1o [mailto:cas...@ya...] > Sent: Monday, February 11, 2002 5:36 PM > To: gam...@li... > Subject: [GD-Windows] os version >=20 > Hi, > I want to obtain the windows version my app is running on. I just want = to > distinguish between win9x, nt4 sp2 or previous, and nt4 sp3 or win2k = and > next. Could somebody point out how to do that? >=20 > Thanks in advance, >=20 > Ignacio Casta=F1o > ca...@as... |